Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 1ca30df7c32144167d50b32f52154ac8b0128c00..267cfa6777af85bd07105ab93a10d244dd3f5dac 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2699,6 +2699,11 @@ |
['exclude', '^browser/themes/'], |
], |
}], |
+ ['enable_language_detection==0', { |
+ 'sources!': [ |
+ 'browser/language_usage_metrics_unittest.cc', |
+ ], |
+ }], |
['enable_plugin_installation==0', { |
'sources!': [ |
], |