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

Unified Diff: components/component_updater.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: components/component_updater.gypi
diff --git a/components/component_updater.gypi b/components/component_updater.gypi
index 1cdfee43fcaca04b3b7ed5ba0aee5a717ed283b5..aadc61ad244380a61f63d65f26a3d34656c4cc80 100644
--- a/components/component_updater.gypi
+++ b/components/component_updater.gypi
@@ -9,17 +9,45 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../courgette/courgette.gyp:courgette_lib',
+ '../third_party/libxml/libxml.gyp:libxml',
],
'include_dirs': [
'..',
],
'sources': [
+ 'component_updater/background_downloader_win.cc',
+ 'component_updater/background_downloader_win.h',
+ 'component_updater/component_patcher.cc',
+ 'component_updater/component_patcher.h',
+ 'component_updater/component_patcher_operation.cc',
+ 'component_updater/component_patcher_operation.h',
+ 'component_updater/component_updater_configurator.h',
+ 'component_updater/component_unpacker.cc',
+ 'component_updater/component_unpacker.h',
'component_updater/component_updater_paths.cc',
'component_updater/component_updater_paths.h',
+ 'component_updater/component_updater_ping_manager.cc',
+ 'component_updater/component_updater_ping_manager.h',
+ 'component_updater/component_updater_service.cc',
+ 'component_updater/component_updater_service.h',
'component_updater/component_updater_switches.cc',
'component_updater/component_updater_switches.h',
+ 'component_updater/component_updater_utils.cc',
+ 'component_updater/component_updater_utils.h',
+ 'component_updater/crx_update_item.h',
+ 'component_updater/crx_downloader.cc',
+ 'component_updater/crx_downloader.h',
+ 'component_updater/default_component_installer.cc',
+ 'component_updater/default_component_installer.h',
'component_updater/pref_names.cc',
'component_updater/pref_names.h',
+ 'component_updater/update_checker.cc',
+ 'component_updater/update_checker.h',
+ 'component_updater/update_response.cc',
+ 'component_updater/update_response.h',
+ 'component_updater/url_fetcher_downloader.cc',
+ 'component_updater/url_fetcher_downloader.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698