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

Unified Diff: chrome/chrome_browser.gypi

Issue 105853002: Implement a background downloader using BITS in Windows Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed error codes. Created 7 years 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 | « chrome/browser/component_updater/url_fetcher_downloader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9e843a74be93757ffcbd6d389769bfa1453d76e9..7666009989ad767dfc05d40d421dce12867d8156 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -420,6 +420,8 @@
'browser/command_updater_delegate.h',
'browser/common/cancelable_request.cc',
'browser/common/cancelable_request.h',
+ 'browser/component_updater/background_downloader_win.cc',
+ 'browser/component_updater/background_downloader_win.h',
'browser/component_updater/component_patcher.cc',
'browser/component_updater/component_patcher.h',
'browser/component_updater/component_patcher_operation.cc',
@@ -430,8 +432,6 @@
'browser/component_updater/component_updater_configurator.h',
'browser/component_updater/component_unpacker.cc',
'browser/component_updater/component_unpacker.h',
- 'browser/component_updater/update_response.cc',
- 'browser/component_updater/update_response.h',
'browser/component_updater/component_updater_ping_manager.cc',
'browser/component_updater/component_updater_ping_manager.h',
'browser/component_updater/component_updater_service.cc',
@@ -455,6 +455,8 @@
'browser/component_updater/recovery_component_installer.h',
'browser/component_updater/swiftshader_component_installer.cc',
'browser/component_updater/swiftshader_component_installer.h',
+ 'browser/component_updater/update_response.cc',
+ 'browser/component_updater/update_response.h',
'browser/component_updater/url_fetcher_downloader.cc',
'browser/component_updater/url_fetcher_downloader.h',
'browser/component_updater/widevine_cdm_component_installer.cc',
« no previous file with comments | « chrome/browser/component_updater/url_fetcher_downloader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698