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

Unified Diff: components/components_tests.gyp

Issue 887173002: components: Cleanup and sort one more components_unittests deps list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | no next file » | 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 380989368ebdc74a998cae558192d812673d2940..13e62bd9b1cbdfb154cedb4f91367f4cd249be76 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -369,8 +369,6 @@
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
'components.gyp:history_core_test_support',
-
- # Dependencies of invalidation
'components.gyp:invalidation',
'components.gyp:invalidation_test_support',
'components.gyp:json_schema',
@@ -556,21 +554,13 @@
['include', '^webp_transcode/'],
],
'dependencies': [
- # Dependencies of sessions
+ '../ios/ios_tests.gyp:test_support_ios',
+ '../ios/web/ios_web.gyp:test_support_ios_web',
+ '../third_party/ocmock/ocmock.gyp:ocmock',
'components.gyp:sessions_ios',
-
- # Dependencies of signin
'components.gyp:signin_ios_browser',
-
- # Dependencies of translate
'components.gyp:translate_ios_browser',
-
- # Dependencies of webp_transcode
'components.gyp:webp_transcode',
-
- '../ios/ios_tests.gyp:test_support_ios',
- '../ios/web/ios_web.gyp:test_support_ios_web',
- '../third_party/ocmock/ocmock.gyp:ocmock',
],
'actions': [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698