summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
diff options
context:
space:
mode:
authordroger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 13:54:22 +0000
committerdroger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 13:54:22 +0000
commitd7575c2d6ed0a3459a539ba9c63c26e39e335f5b (patch)
treef405169b772c4a73e3081b385bbfdd583c324e82 /chrome/common/DEPS
parent2dda4b49e79423b7d9ba22e7b6b5a300adb11857 (diff)
downloadchromium_src-d7575c2d6ed0a3459a539ba9c63c26e39e335f5b.zip
chromium_src-d7575c2d6ed0a3459a539ba9c63c26e39e335f5b.tar.gz
chromium_src-d7575c2d6ed0a3459a539ba9c63c26e39e335f5b.tar.bz2
Move language detection to chrome/common/.
This CL moves the language detection code from chrome/renderer/translate to chrome/common/translate, in order to be able to use it on iOS. This CL also enables the related unittests on iOS. BUG= Review URL: https://chromiumcodereview.appspot.com/18911002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r--chrome/common/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index a066e70..52aad28 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -30,6 +30,7 @@ include_rules = [
# Other libraries.
"+chrome/third_party/xdg_user_dirs",
"+third_party/bzip2",
+ "+third_party/cld/encodings/compact_lang_det/win",
"+third_party/mt19937ar",
"+third_party/npapi",
"+third_party/re2",