summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 04:58:52 +0000
committerhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 04:58:52 +0000
commit38113a12e7e4a8736ffde29dbc145a8ad860e8ad (patch)
tree3f4617df6542b3415bc46b5de57394a11a07d84a /DEPS
parentb608e759c58d772fd3843e343dc62283ad26fcd5 (diff)
downloadchromium_src-38113a12e7e4a8736ffde29dbc145a8ad860e8ad.zip
chromium_src-38113a12e7e4a8736ffde29dbc145a8ad860e8ad.tar.gz
chromium_src-38113a12e7e4a8736ffde29dbc145a8ad860e8ad.tar.bz2
Add CLD2 to third_party/DEPS.
CLD2 provides better language detection than the current CLD (Compact Language Detection) being used by Chrome translate. It also offers a detailed breakdown of the page with a list of {language, (start, end)}. BUG=240647 Review URL: https://chromiumcodereview.appspot.com/18005004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index f66cd70..fdcc158 100644
--- a/DEPS
+++ b/DEPS
@@ -250,6 +250,9 @@ deps = {
"src/third_party/mesa/src":
"/trunk/deps/third_party/mesa@210110",
+
+ "src/third_party/cld2":
+ (Var("googlecode_url") % "cld2") + "/trunk@19",
}
@@ -339,6 +342,7 @@ deps_os = {
"src/native_client/src/third_party/ppapi": None,
"src/third_party/angle": None,
"src/third_party/angle_dx11": None,
+ "src/third_party/cld2": None,
"src/third_party/bidichecker": None,
"src/third_party/webgl_conformance": None,
"src/third_party/ffmpeg": None,
@@ -494,6 +498,8 @@ deps_os = {
"src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
(Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
+
+ "src/third_party/cld2": None,
},
}