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

Unified Diff: components/components_tests.gyp

Issue 555523003: Componentize component_updater: Enable tests on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0177-net-move-url-request-prepackaged-interceptor-to-net
Patch Set: remove error trace Created 6 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 162c7a19e4e7736a2ce8921bbf22cd0c98cfaa56..6ec124916a8e51cb23eb6cbe6e59125f210dddef 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -289,6 +289,11 @@
# Dependencies of cloud_devices
'components.gyp:cloud_devices_common',
+
+ # Dependencies of component_updater
+ 'components.gyp:component_updater',
+ 'components.gyp:component_updater_test_support',
+ '../third_party/libxml/libxml.gyp:libxml',
# Dependencies of crash
'components.gyp:crash_test_support',
@@ -443,11 +448,6 @@
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
- # Dependencies of component_updater
- 'components.gyp:component_updater',
- 'components.gyp:component_updater_test_support',
- '../third_party/libxml/libxml.gyp:libxml',
-
# Dependencies of dom_distiller
'components.gyp:dom_distiller_content',
@@ -494,6 +494,7 @@
['include', '^auto_login_parser/'],
['include', '^autofill/core/'],
['include', '^bookmarks/'],
+ ['include', '^component_updater/'],
['include', '^crash/'],
['include', '^data_reduction_proxy/'],
['include', '^dom_distiller/'],

Powered by Google App Engine
This is Rietveld 408576698