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

Unified Diff: components/component_updater/BUILD.gn

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: 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
« no previous file with comments | « components/component_updater.gypi ('k') | components/component_updater/DEPS » ('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 500349b57cfc423212d4b3a3eecbf35dd4d98b55..d57bbf4366c4340e9877233fa70abb28495e4fe4 100644
--- a/components/component_updater/BUILD.gn
+++ b/components/component_updater/BUILD.gn
@@ -4,15 +4,49 @@
source_set("component_updater") {
sources = [
+ "background_downloader_win.cc",
+ "background_downloader_win.h",
+ "component_patcher.cc",
+ "component_patcher.h",
+ "component_patcher_operation.cc",
+ "component_patcher_operation.h",
+ "component_updater_configurator.h",
+ "component_unpacker.cc",
+ "component_unpacker.h",
"component_updater_paths.cc",
"component_updater_paths.h",
+ "component_updater_ping_manager.cc",
+ "component_updater_ping_manager.h",
+ "component_updater_service.cc",
+ "component_updater_service.h",
"component_updater_switches.cc",
"component_updater_switches.h",
+ "component_updater_utils.cc",
+ "component_updater_utils.h",
+ "crx_update_item.h",
+ "crx_downloader.cc",
+ "crx_downloader.h",
+ "default_component_installer.cc",
+ "default_component_installer.h",
"pref_names.cc",
"pref_names.h",
+ "update_checker.cc",
+ "update_checker.h",
+ "update_response.cc",
+ "update_response.h",
+ "url_fetcher_downloader.cc",
+ "url_fetcher_downloader.h",
]
deps = [
"//base",
+ "//components/crx_file",
+ "//components/omaha_query_params",
+ "//courgette:courgette_lib",
+ "//crypto",
+ "//third_party/libxml",
+ "//third_party/zlib",
+ "//net",
+ "//ui/base",
]
}
« no previous file with comments | « components/component_updater.gypi ('k') | components/component_updater/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698