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

Unified Diff: components/component_updater/BUILD.gn

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.gypi ('k') | components/component_updater/component_patcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/BUILD.gn
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
index f2d2a47e8bf27f81b6de34bda3db468b23dc6686..a46cf27faade30f8de458f6fbf5eb32f3a082404 100644
--- a/components/component_updater/BUILD.gn
+++ b/components/component_updater/BUILD.gn
@@ -30,6 +30,8 @@ source_set("component_updater") {
"default_component_installer.h",
"pref_names.cc",
"pref_names.h",
+ "request_sender.cc",
+ "request_sender.h",
"update_checker.cc",
"update_checker.h",
"update_response.cc",
@@ -75,6 +77,7 @@ source_set("unit_tests") {
"test/component_patcher_unittest.cc",
"test/component_updater_ping_manager_unittest.cc",
"test/crx_downloader_unittest.cc",
+ "test/request_sender_unittest.cc",
"test/update_checker_unittest.cc",
"test/update_response_unittest.cc",
]
« no previous file with comments | « components/component_updater.gypi ('k') | components/component_updater/component_patcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698