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!': [ |
], |