blob: ce8435e1209dbcc0219d9f0d8e5537e72e38ad96 [file] [log] [blame]
Name: Brotli
URL: https://github.com/google/brotli
Version: 19dc934e391752b78f78eca60c2c1ca5f6ac647b
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 contents of c/ directory, the README.md and the LICENSE
files.
- Auxiliary fuzzer runners removed from fuzz/
- Line 19 of enc/cluster_inc.h was modified to eliminate build error on Windows.
- Line 700 of tools/brotli.c was modified to eliminate build error on Windows.
- common/dictionary.bin: Removed.
- BUILD.gn: Added.
- brotli.gni: Added.