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

Unified Diff: components/components_tests.gyp

Issue 93603006: Move Translate-related files to components/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: alphabetize BUILD.gn Created 6 years, 12 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f161a38edc67acef69482c7d2d7ac663890e3b08..dfa8472ff88d0ff627f61f32f86f76c1578ad449 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -48,8 +48,8 @@
'precache/core/precache_url_table_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
'test/run_all_unittests.cc',
- 'translate/common/translate_metrics_unittest.cc',
- 'translate/common/translate_util_unittest.cc',
+ 'translate/core/common/translate_metrics_unittest.cc',
+ 'translate/core/common/translate_util_unittest.cc',
'translate/language_detection/language_detection_util_unittest.cc',
blundell 2014/01/06 12:04:52 This should move to translate/core/language_detect
droger 2014/01/06 13:21:31 Filed http://crbug.com/331780
'url_matcher/regex_set_matcher_unittest.cc',
'url_matcher/string_pattern_unittest.cc',
@@ -104,7 +104,7 @@
'components.gyp:precache_core',
# Dependencies of translate.
- 'components.gyp:translate_common',
+ 'components.gyp:translate_core_common',
'components.gyp:translate_language_detection',
# Dependencies of variations
@@ -116,11 +116,11 @@
# Dependencies of browser_context_keyed_service
'components.gyp:browser_context_keyed_service',
- # Dependencies of
+ # Dependencies of
# intercept_navigation_resource_throttle_unittest.cc
'../skia/skia.gyp:skia',
'components.gyp:navigation_interception',
-
+
# Dependencies of precache/content
'components.gyp:precache_content',

Powered by Google App Engine
This is Rietveld 408576698