blob: dde151285a403b7f41905f864f5d9c3b4ec85a60 [file] [log] [blame]
Name: Brotli
URL: https://github.com/google/brotli
Version: 4cc756ec0a986db7df0a686f4f3f2a6dddb1af96
License: MIT
License File: LICENSE
Security Critical: yes
Description:
Brotli is a generic byte-level compression algorithm that is used at the
byte-compression level in WOFF 2.0 font file format. This library is used
to decode WOFF 2.0 fonts.
Local Modifications:
- This only includes the enc/, dec/ and tools/ directories, the README.md and
the LICENSE files, removing unneeded direcories such as docs, tests, and
tools.
- Lines 659 of enc/hash.h and 66 of enc/cluster.h were modified to eliminate
build errors that appeared on Windows.
- BUILD.gn: Added.
- brotli.gyp: Added.
- enc/static_dict_lut.h: split up into two files (enc/static_dict_lut.h,
enc/static_dict_lut2.h) to allow upload to codereview.