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

Unified Diff: chrome/chrome_browser.gypi

Issue 449643002: Componentize component_updater: Move over a bunch of files to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add more checked casts 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 400dc75cf07077eb9245714f6f136bf3147bb8e2..d7f2863490b62d0467fdb8e95560759e2eed668b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -265,33 +265,14 @@
'browser/command_updater.cc',
'browser/command_updater.h',
'browser/command_updater_delegate.h',
- 'browser/component_updater/background_downloader_win.cc',
- 'browser/component_updater/background_downloader_win.h',
+ 'browser/component_updater/chrome_component_updater_configurator.cc',
+ 'browser/component_updater/chrome_component_updater_configurator.h',
'browser/component_updater/cld_component_installer.cc',
'browser/component_updater/cld_component_installer.h',
- 'browser/component_updater/component_patcher.cc',
- 'browser/component_updater/component_patcher.h',
- 'browser/component_updater/component_patcher_operation.cc',
- 'browser/component_updater/component_patcher_operation.h',
'browser/component_updater/component_patcher_operation_out_of_process.cc',
'browser/component_updater/component_patcher_operation_out_of_process.h',
- 'browser/component_updater/component_updater_configurator.cc',
- 'browser/component_updater/component_updater_configurator.h',
- 'browser/component_updater/component_unpacker.cc',
- 'browser/component_updater/component_unpacker.h',
- 'browser/component_updater/component_updater_ping_manager.cc',
- 'browser/component_updater/component_updater_ping_manager.h',
'browser/component_updater/component_updater_resource_throttle.cc',
'browser/component_updater/component_updater_resource_throttle.h',
- 'browser/component_updater/component_updater_service.cc',
- 'browser/component_updater/component_updater_service.h',
- 'browser/component_updater/component_updater_utils.cc',
- 'browser/component_updater/component_updater_utils.h',
- 'browser/component_updater/crx_update_item.h',
- 'browser/component_updater/crx_downloader.cc',
- 'browser/component_updater/crx_downloader.h',
- 'browser/component_updater/default_component_installer.cc',
- 'browser/component_updater/default_component_installer.h',
'browser/component_updater/flash_component_installer.h',
'browser/component_updater/pepper_flash_component_installer.cc',
'browser/component_updater/pnacl/pnacl_component_installer.cc',
@@ -304,12 +285,6 @@
'browser/component_updater/sw_reporter_installer_win.h',
'browser/component_updater/swiftshader_component_installer.cc',
'browser/component_updater/swiftshader_component_installer.h',
- 'browser/component_updater/update_checker.cc',
- 'browser/component_updater/update_checker.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/content_settings/content_settings_default_provider.cc',
'browser/content_settings/content_settings_default_provider.h',
'browser/content_settings/content_settings_details.cc',

Powered by Google App Engine
This is Rietveld 408576698