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

Unified Diff: third_party/brotli/README.chromium

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo Created 4 years 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
« no previous file with comments | « third_party/brotli/LICENSE ('k') | third_party/brotli/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/brotli/README.chromium
diff --git a/third_party/brotli/README.chromium b/third_party/brotli/README.chromium
index ceddd44f56cb3f273320a1c81479ba94690a6dd4..0c51a3866d09e59b996fc8230d9160ade1e2b4e2 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: 222564a95d9ab58865a096b8d9f7324ea5f2e03e
License: MIT
License File: LICENSE
Security Critical: yes
@@ -12,17 +12,10 @@ 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.
+- Line 19 of enc/cluster_inc.h was modified to eliminate build error on Windows.
- 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.
« no previous file with comments | « third_party/brotli/LICENSE ('k') | third_party/brotli/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698