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

Unified Diff: components/components_tests.gyp

Issue 275233004: Move language_detection to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding TBR=jam@ Created 6 years, 7 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/renderer/translate/translate_helper.cc ('k') | components/translate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index dd19540b26acd9f017af9b90a30df6ece6ac0114..10a0ff7c1681d897426cbd26cd4e6b7af3a0c01a 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -156,7 +156,7 @@
'translate/core/browser/translate_script_unittest.cc',
'translate/core/common/translate_metrics_unittest.cc',
'translate/core/common/translate_util_unittest.cc',
- 'translate/language_detection/language_detection_util_unittest.cc',
+ 'translate/core/language_detection/language_detection_util_unittest.cc',
'url_matcher/regex_set_matcher_unittest.cc',
'url_matcher/string_pattern_unittest.cc',
'url_matcher/substring_set_matcher_unittest.cc',
@@ -272,7 +272,7 @@
# Dependencies of translate.
'components.gyp:translate_core_browser',
'components.gyp:translate_core_common',
- 'components.gyp:translate_language_detection',
+ 'components.gyp:translate_core_language_detection',
# Dependencies of variations
'components.gyp:variations',
« no previous file with comments | « chrome/renderer/translate/translate_helper.cc ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698