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

Unified Diff: third_party/brotli/README.chromium

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/brotli/README.chromium
diff --git a/third_party/brotli/README.chromium b/third_party/brotli/README.chromium
index ceddd44f56cb3f273320a1c81479ba94690a6dd4..19002b9630514ad06e9aa9331c10c50106ec4d01 100644
--- a/third_party/brotli/README.chromium
+++ b/third_party/brotli/README.chromium
@@ -1,6 +1,6 @@
Name: Brotli
URL: https://github.com/google/brotli
-Version: 4836af6eaddb20d95187e571a950b68183534372
+Version: 5db62dcc9d386579609540cdf8869e95ad334bbd
License: MIT
License File: LICENSE
Security Critical: yes
@@ -12,17 +12,9 @@ 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
+ the LICENSE files, removing unneeded directories 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.
-- Lines 290 - 304 from tools/bro.cc were adjusted to remove a try/catch block,
- which are disabled by default in Chromium.
- BUILD.gn: Added.
- brotli.gyp: Added.
- brotli.gni: Added.
- bro.gypi: 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.
-- Line 1158 of enc/encode.cc has been modified to fix an unitialized variable
- warning. Cherry-pick of c6d38e94cbf9ec094b1e84f6a3a675c9dc42fbed.

Powered by Google App Engine
This is Rietveld 408576698