diff options
author | ksakamoto <ksakamoto@chromium.org> | 2015-02-24 17:38:15 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-25 01:39:04 +0000 |
commit | 598f1db79786ceb618f51d887ccdc08810dc0488 (patch) | |
tree | 21a0456560a8f0e51ae8a73a48eda720ab45a0ff /.gitignore | |
parent | ac44d3a9567037d02d26a961078bdcf15db792b2 (diff) | |
download | chromium_src-598f1db79786ceb618f51d887ccdc08810dc0488.zip chromium_src-598f1db79786ceb618f51d887ccdc08810dc0488.tar.gz chromium_src-598f1db79786ceb618f51d887ccdc08810dc0488.tar.bz2 |
Put the latest Brotli code into third_party/brotli
Before this patch, Brotli decoder was pulled from the
font-compression-reference repository [1], which is now obsolete.
This patch updates Brotli to the latest version at github [2],
checking the code directly into third_party/brotli.
[1] https://code.google.com/p/font-compression-reference/
[2] https://github.com/google/brotli
BUG=427852
TEST=trybots
Review URL: https://codereview.chromium.org/948013003
Cr-Commit-Position: refs/heads/master@{#317944}
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -272,7 +272,6 @@ v8.log /third_party/bidichecker /third_party/bison /third_party/boringssl/src -/third_party/brotli/src /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml /third_party/cacheinvalidation/src /third_party/chromeos_login_manager |