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

Unified Diff: components/components_tests.gyp

Issue 493953002: Componentize component_updater: Move a bunch of tests to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put test data file move in separate CLs. Created 6 years, 4 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 b0ad4bf9bfddc148e3140cb2d15fde0f65363a89..1229276b77d55f43dc14e46e34f2d7bcc4e5cb08 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -76,6 +76,11 @@
'captive_portal/captive_portal_detector_unittest.cc',
'cloud_devices/common/cloud_devices_urls_unittest.cc',
'cloud_devices/common/printer_description_unittest.cc',
+ 'component_updater/test/component_patcher_unittest.cc',
+ 'component_updater/test/component_updater_ping_manager_unittest.cc',
+ 'component_updater/test/crx_downloader_unittest.cc',
+ 'component_updater/test/update_checker_unittest.cc',
+ 'component_updater/test/update_response_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.cc',
@@ -414,6 +419,11 @@
'components.gyp:autofill_content_browser',
'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',

Powered by Google App Engine
This is Rietveld 408576698