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

Unified Diff: components/components_tests.gypi

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Run translate unittests on iOS Created 7 years, 2 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 | « components/components.gyp ('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.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index e5c1f5912980179a958e05c59dccfcbbb3e0ce3c..ba6b5e26323a92bab14b6f00aa3e31529fb5a0c7 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -24,6 +24,9 @@
'navigation_interception/intercept_navigation_resource_throttle_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/language_detection/language_detection_util_unittest.cc',
# TODO(asvitkine): These should be tested on iOS too.
'variations/entropy_provider_unittest.cc',
'variations/metrics_util_unittest.cc',
@@ -74,6 +77,10 @@
'sessions',
'sessions_test_support',
+ # Dependencies of translate.
+ 'translate_common',
+ 'translate_language_detection',
+
# Dependencies of variations
'variations',
@@ -93,6 +100,7 @@
# http://crbug.com/303011.
# TODO(asvitkine): Bring up varations/ unittests on iOS.
['include', '^dom_distiller'],
+ ['include', '^translate'],
],
'dependencies!': [
'autofill_core_common',
« no previous file with comments | « components/components.gyp ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698