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
parent d265ee99
......@@ -169,7 +169,7 @@ deps = {
"src/third_party/brotli/src":
Var("chromium_git") +
"/external/font-compression-reference.git@dfc5a9f2151a7c88914c236c7db8fa119fee249c",
"/external/font-compression-reference.git@7f848593bd2ec83f4537b6d494a5bf55b9bd4456",
"src/tools/page_cycler/acid3":
"/trunk/deps/page_cycler/acid3@171600",
......
......@@ -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',
],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment