summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/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/renderer/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/renderer/DEPS')
-rw-r--r--chrome/renderer/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index 619dd3b..c8ec078 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -19,7 +19,6 @@ include_rules = [
"+webkit/plugins",
"+webkit/renderer",
- "+third_party/cld/encodings/compact_lang_det/win",
"+third_party/npapi/bindings",
"+third_party/re2",
"+third_party/smhasher",