Cleanup GPU lifetime event histograms.
[chromium-blink-merge.git] / third_party / lzma_sdk / README.chromium
blobd487eec3a38612ccee8663caf116a69471263670
1 Name: LZMA SDK
2 Short Name: lzma
3 URL: http://www.7-zip.org/sdk.html
4 Version: 9.20
5 Security Critical: yes
6 License: Public domain
8 Description:
9 This contains a part of LZMA SDK 9.20.
11 Only the C code required to open 7z archive files and uncompress LZMA
12 compression has been included. The project files have been rewritten to use
13 proper file paths and generate a static lib.
15 The patch in chromium.patch was applied to CpuArch.c to fix compile error on
16 32bit Linux.