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

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: 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 57f757c5cfa4d6e368eba4f290bcf38be6efaeba..673764f536a2be024adab651e5a563b17267496f 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_common_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',
@@ -1940,6 +1940,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': [
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698