Roll CLD2 from r160 -> r161 to fix a benign compilation error

that only surfaces when using dynamic CLD.

Dynamic CLD is not currently enabled on any platforms, making
this a no-op on all platforms at present.

For more information, see CLD2 issue 14:
https://code.google.com/p/cld2/issues/detail?id=14

BUG=367239

Review URL: https://codereview.chromium.org/282133006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271057 0039d316-1c4b-4281-b951-d872f2087c98
parent f087aad6
...@@ -304,7 +304,7 @@ deps = { ...@@ -304,7 +304,7 @@ deps = {
"/trunk/deps/third_party/mesa@265279", "/trunk/deps/third_party/mesa@265279",
"src/third_party/cld_2/src": "src/third_party/cld_2/src":
(Var("googlecode_url") % "cld2") + "/trunk@160", (Var("googlecode_url") % "cld2") + "/trunk@161",
"src/chrome/browser/resources/pdf/html_office": "src/chrome/browser/resources/pdf/html_office":
Var("chromium_git") + Var("chromium_git") +
......
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