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

Unified Diff: components/components_tests.gyp

Issue 1330613004: Remove dependency of //component:components_unittests on //content on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | components/test/run_all_unittests.cc » ('j') | components/test/run_all_unittests.cc » ('J')
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 24977301849470750a41d7b70d88e1bd1dcae977..1d31809879519cc8c11ecc21905b36a4cce7374e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -832,9 +832,6 @@
'../base/base.gyp:base',
'../base/base.gyp:base_prefs_test_support',
'../base/base.gyp:test_support_base',
- # TODO(blundell): Eliminate the need for this dependency in code
- # that iOS shares. crbug.com/325243
- '../content/content_shell_and_tests.gyp:test_support_content',
'../google_apis/google_apis.gyp:google_apis_test_support',
'../jingle/jingle.gyp:notifier_test_util',
'../net/net.gyp:net_test_support',
@@ -1017,6 +1014,7 @@
'<@(web_modal_unittest_sources)',
],
'dependencies': [
+ '../content/content_shell_and_tests.gyp:test_support_content',
'../skia/skia.gyp:skia',
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',
« no previous file with comments | « no previous file | components/test/run_all_unittests.cc » ('j') | components/test/run_all_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698