summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
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 /build/common.gypi
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 'build/common.gypi')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 2852a98..4480378 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -538,7 +538,7 @@
'enable_automation%': 0,
'enable_extensions%': 0,
'enable_google_now%': 0,
- 'enable_language_detection%': 0,
+ 'enable_language_detection%': 1,
'enable_printing%': 0,
'enable_session_service%': 0,
'enable_themes%': 0,