Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8126)

Unified Diff: chrome/chrome_tests.gypi

Issue 11361051: Remove dependency on language detection library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using enable_language_detection feature flag Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 03abc61a8534b2d7698826b4e3d1beb139f23a60..1a90cf3a22ccd73d9b6657ff612feca18acd506a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2698,6 +2698,11 @@
['exclude', '^browser/themes/'],
],
}],
+ ['enable_language_detection==0', {
+ 'sources!': [
+ 'browser/language_usage_metrics_unittest.cc',
+ ],
+ }],
['enable_plugin_installation==0', {
'sources!': [
],

Powered by Google App Engine
This is Rietveld 408576698