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

Unified Diff: components/components_tests.gyp

Issue 565363002: Implement support for fallback update check urls in the component updater (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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
« no previous file with comments | « components/component_updater/update_checker.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 e4204d8a81abd5f80302615b8fbc0e78496ab07a..38a5686a62f964c3d76f63b1f03057ba5aee697f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -79,6 +79,7 @@
'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/request_sender_unittest.cc',
'component_updater/test/update_checker_unittest.cc',
'component_updater/test/update_response_unittest.cc',
'content_settings/core/common/content_settings_pattern_parser_unittest.cc',
@@ -296,7 +297,7 @@
# Dependencies of cloud_devices
'components.gyp:cloud_devices_common',
-
+
# Dependencies of component_updater
'components.gyp:component_updater',
'components.gyp:component_updater_test_support',
« no previous file with comments | « components/component_updater/update_checker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698