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

Unified Diff: third_party/brotli/README.chromium

Issue 1956893002: Added brotli enc/ and tools/ directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated to most recent build tools 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/brotli/BUILD.gn ('k') | third_party/brotli/brotli.gni » ('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 45f649cd43238468783d9e0ac1ca300d6d2bc23e..52115cd7a49a599852e2b7884f96367daed93b56 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: 510131d1db47f91602f45b9a8d7b1ee54d12a629
+Version: 45f130ac4c5d2abf13e0ed1e9a3e08369c6b9c34
License: MIT
License File: LICENSE
Security Critical: yes
@@ -11,8 +11,10 @@ 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 dec/ directory, the README.md and the LICENSE
- files, removing unneeded direcories such as encoder, tests, and tools.
-- .gitignore: Added.
+- 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.
- 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.
« no previous file with comments | « third_party/brotli/BUILD.gn ('k') | third_party/brotli/brotli.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698