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

Unified Diff: third_party/brotli/brotli.gyp

Issue 189403008: Roll Brotli dfc5a9f2151a -> 7f848593bd2e (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/brotli/brotli.gyp
diff --git a/third_party/brotli/brotli.gyp b/third_party/brotli/brotli.gyp
index 7193c5d1c9d68d29a146004e20db7df21dba13d2..8e54f0345adb2ae2527ad62222ec3f99c707ba05 100644
--- a/third_party/brotli/brotli.gyp
+++ b/third_party/brotli/brotli.gyp
@@ -16,6 +16,7 @@
'src/brotli/dec/context.h',
'src/brotli/dec/decode.c',
'src/brotli/dec/decode.h',
+ 'src/brotli/dec/dictionary.h',
'src/brotli/dec/huffman.c',
'src/brotli/dec/huffman.h',
'src/brotli/dec/prefix.h',
@@ -23,6 +24,7 @@
'src/brotli/dec/safe_malloc.h',
'src/brotli/dec/streams.c',
'src/brotli/dec/streams.h',
+ 'src/brotli/dec/transform.h',
'src/brotli/dec/types.h',
],
},
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698