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

Unified Diff: components/component_updater.gypi

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.gypi
diff --git a/components/component_updater.gypi b/components/component_updater.gypi
index 124eb21f71162bab61bbbe3562a9014ace9dae0e..f90fa46cc12f010f56276b1a53dc6f10613104f7 100644
--- a/components/component_updater.gypi
+++ b/components/component_updater.gypi
@@ -13,6 +13,7 @@
'../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib',
'update_client',
+ 'version_info',
],
'include_dirs': [
'..',
@@ -25,6 +26,10 @@
'component_updater/component_updater_service_internal.h',
'component_updater/component_updater_switches.cc',
'component_updater/component_updater_switches.h',
+ 'component_updater/component_updater_url_constants.cc',
+ 'component_updater/component_updater_url_constants.h',
+ 'component_updater/configurator_impl.cc',
+ 'component_updater/configurator_impl.h',
'component_updater/default_component_installer.cc',
'component_updater/default_component_installer.h',
'component_updater/pref_names.cc',

Powered by Google App Engine
This is Rietveld 408576698