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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 18911002: Move language detection to chrome/common/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Full test + rebase Created 7 years, 5 months 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 61b22d1a997c541c2aa9cedb0058185105fc0643..871181ec375651b0eae909a628e1c258e7683ed8 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1731,6 +1731,8 @@
'common/switch_utils_unittest.cc',
'common/thumbnail_score_unittest.cc',
'common/time_format_unittest.cc',
+ 'common/translate/language_detection_util_unittest.cc',
+ 'common/translate/translate_helper_metrics_unittest.cc',
'common/translate/translate_util_unittest.cc',
'common/worker_thread_ticker_unittest.cc',
'nacl/nacl_ipc_adapter_unittest.cc',
@@ -1763,8 +1765,6 @@
'renderer/spellchecker/spellcheck_provider_test.h',
'renderer/spellchecker/spellcheck_unittest.cc',
'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
- 'renderer/translate/translate_helper_unittest.cc',
- 'renderer/translate/translate_helper_metrics_unittest.cc',
'renderer/web_apps_unittest.cc',
'service/cloud_print/cloud_print_helpers_unittest.cc',
'service/cloud_print/cloud_print_token_store_unittest.cc',
@@ -1939,6 +1939,8 @@
['include', '_ios\\.(cc|mm)$'],
['include', '(^|/)ios/'],
# TODO(ios): Add files here as they are updated to compile on iOS.
+ ['include', '^common/translate/language_detection_util_unittest\\.cc$'],
+ ['include', '^common/translate/translate_util_unittest\\.cc$'],
['include', '^common/zip_'],
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698