Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Side by Side Diff: third_party/brotli/README.chromium

Issue 1992703003: Added gyp build rules for brotli. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/brotli/bro.gypi » ('j') | third_party/brotli/bro.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Brotli 1 Name: Brotli
2 URL: https://github.com/google/brotli 2 URL: https://github.com/google/brotli
3 Version: 4cc756ec0a986db7df0a686f4f3f2a6dddb1af96 3 Version: 4cc756ec0a986db7df0a686f4f3f2a6dddb1af96
4 License: MIT 4 License: MIT
5 License File: LICENSE 5 License File: LICENSE
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 Brotli is a generic byte-level compression algorithm that is used at the 9 Brotli is a generic byte-level compression algorithm that is used at the
10 byte-compression level in WOFF 2.0 font file format. This library is used 10 byte-compression level in WOFF 2.0 font file format. This library is used
11 to decode WOFF 2.0 fonts. 11 to decode WOFF 2.0 fonts.
12 12
13 Local Modifications: 13 Local Modifications:
14 - This only includes the enc/, dec/ and tools/ directories, the README.md and 14 - This only includes the enc/, dec/ and tools/ directories, the README.md and
15 the LICENSE files, removing unneeded direcories such as docs, tests, and 15 the LICENSE files, removing unneeded direcories such as docs, tests, and
16 tools. 16 tools.
17 - Lines 659 of enc/hash.h and 66 of enc/cluster.h were modified to eliminate 17 - Lines 659 of enc/hash.h and 66 of enc/cluster.h were modified to eliminate
18 build errors that appeared on Windows. 18 build errors that appeared on Windows.
19 - BUILD.gn: Added. 19 - BUILD.gn: Added.
20 - brotli.gyp: Added. 20 - brotli.gyp: Added.
21 - brotli.gni: Added.
22 - bro.gypi: Added.
21 - enc/static_dict_lut.h: split up into two files (enc/static_dict_lut.h, 23 - enc/static_dict_lut.h: split up into two files (enc/static_dict_lut.h,
22 enc/static_dict_lut2.h) to allow upload to codereview. 24 enc/static_dict_lut2.h) to allow upload to codereview.
OLDNEW
« no previous file with comments | « no previous file | third_party/brotli/bro.gypi » ('j') | third_party/brotli/bro.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698