Roll OTS and Brotli
This brings in the new WOFF 2.0 font compression algorithm.
OTS 107 -> 108:
r108 [OTS] Switch WOFF 2.0 decompression algorithm to Brotli
Brotli fe79fac8da -> 931479d735:
931479d735e1 Fix Microsoft VisualStudio 64-bit build of brotli
19320557a93c Fix Microsoft VisualStudio build of brotli
2e5995bd9628 Support for OSX build
e70949119a55 Updates to Brotli compression format, decoder and encoder
BUG=307828
[email protected]
Review URL: https://codereview.chromium.org/107163004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241252 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 1355d84..05c4e44 100644
--- a/DEPS
+++ b/DEPS
@@ -145,11 +145,11 @@
(Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
"src/third_party/ots":
- (Var("googlecode_url") % "ots") + "/trunk@107",
+ (Var("googlecode_url") % "ots") + "/trunk@108",
"src/third_party/brotli/src":
Var("chromium_git") +
- "/external/font-compression-reference.git@fe79fac8da1ec850d94679705a6f3405153f51dd",
+ "/external/font-compression-reference.git@931479d735e1121548c3b07aec866fd772cc4932",
"src/tools/page_cycler/acid3":
"/trunk/deps/page_cycler/acid3@171600",