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

Unified Diff: components/component_updater/BUILD.gn

Issue 1281913002: Componentize ComponentUpdaterConfigurator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS compile Created 5 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/BUILD.gn
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
index 46fea6a9d14b26da8595cdf63eb265c884fa6a3a..c75b5096baa4cd5cef9cc9bd972d51cdedeb75b7 100644
--- a/components/component_updater/BUILD.gn
+++ b/components/component_updater/BUILD.gn
@@ -11,6 +11,10 @@ source_set("component_updater") {
"component_updater_service_internal.h",
"component_updater_switches.cc",
"component_updater_switches.h",
+ "component_updater_url_constants.cc",
+ "component_updater_url_constants.h",
+ "configurator_impl.cc",
+ "configurator_impl.h",
"default_component_installer.cc",
"default_component_installer.h",
"pref_names.cc",
@@ -22,6 +26,7 @@ source_set("component_updater") {
deps = [
"//base",
"//components/update_client",
+ "//components/version_info",
"//ui/base",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698