summaryrefslogtreecommitdiffstats
path: root/third_party/brotli
diff options
context:
space:
mode:
authorksakamoto@chromium.org <ksakamoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 12:46:40 +0000
committerksakamoto@chromium.org <ksakamoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-07 12:46:40 +0000
commitfb7849c1a3be553f6789470333d58dd6168a2980 (patch)
treecc9f28df99bcaece972bdf2cddbc301338ec1886 /third_party/brotli
parentd265ee99f955e8f7dff2138e11a42a78c14a1d0e (diff)
downloadchromium_src-fb7849c1a3be553f6789470333d58dd6168a2980.zip
chromium_src-fb7849c1a3be553f6789470333d58dd6168a2980.tar.gz
chromium_src-fb7849c1a3be553f6789470333d58dd6168a2980.tar.bz2
Roll Brotli dfc5a9f2151a -> 7f848593bd2e
This brings in latest Brotli compression format change. 7f848593bd2e Enable the static dictionary in the Brotli decoder. 2733d6c0c2d6 Add the initial version of the static dictionary and transforms to Brotli. cbd5cb55f487 Updates to Brotli compression format, decoder and encoder BUG= TEST=compiled Review URL: https://codereview.chromium.org/189403008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/brotli')
-rw-r--r--third_party/brotli/brotli.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/brotli/brotli.gyp b/third_party/brotli/brotli.gyp
index 7193c5d..8e54f03 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',
],
},