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

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: 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
« no previous file with comments | « components/component_updater/test/url_request_post_interceptor.cc ('k') | 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 4263fe28f0a60db983949ac4d97877a7c7db8f94..b156eae6c89419ba6897ff810ea3c9cd955738d9 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',
'crx_file/id_util_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',
@@ -424,6 +429,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',
« no previous file with comments | « components/component_updater/test/url_request_post_interceptor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698