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

Unified Diff: components/components_tests.gyp

Issue 877423002: components: Cleanup and sort another 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 f353b93ec428728231a2c0ad048e2b865e7fb5c4..f4f7484ff902acad1cc0d8e32b033099e5fd1fb9 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -449,9 +449,8 @@
}],
['OS=="win"', {
'dependencies': [
- # Dependencies of browser_watcher, windows only.
- 'components.gyp:browser_watcher',
- 'components.gyp:browser_watcher_client',
+ 'components.gyp:browser_watcher',
+ 'components.gyp:browser_watcher_client',
]
}],
['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
@@ -477,59 +476,27 @@
'power/origin_power_map_unittest.cc',
],
'dependencies': [
- # Dependencies of autofill
+ '../skia/skia.gyp:skia',
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
-
- # Dependencies of dns_prefetch
'components.gyp:dns_prefetch_renderer',
-
- # Dependencies of dom_distiller
'components.gyp:dom_distiller_content',
-
- # Dependencies of error_page
'components.gyp:error_page_renderer',
-
- # Dependencies of history
'components.gyp:history_content_browser',
-
- # Dependencies of
- # intercept_navigation_resource_throttle_unittest.cc
- '../skia/skia.gyp:skia',
- 'components.gyp:navigation_interception',
-
- # Dependencies of keyed_service
'components.gyp:keyed_service_content',
-
- # Dependencies of password_manager
+ 'components.gyp:navigation_interception',
'components.gyp:password_manager_content_browser',
'components.gyp:password_manager_content_common',
-
- # Dependencies of precache/content
- 'components.gyp:precache_content',
-
- # Dependencies of power
'components.gyp:power',
-
- # Dependencies of sessions
+ 'components.gyp:precache_content',
'components.gyp:sessions_content',
-
- # Dependencies of storage monitor
'components.gyp:storage_monitor',
'components.gyp:storage_monitor_test_support',
-
- # Dependencies of url_matcher.
'components.gyp:url_matcher',
-
- # Dependencies of visitedlink
'components.gyp:visitedlink_browser',
'components.gyp:visitedlink_renderer',
-
- # Dependencies of web_cache
'components.gyp:web_cache_browser',
-
- # Dependencies of web_modal
'components.gyp:web_modal',
'components.gyp:web_modal_test_support',
],
« 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