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

Unified Diff: components/component_updater.gypi

Issue 375973003: Componentize component_updater: Use Configurator to build query parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one gyp omission Created 6 years, 5 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..f0549d709fce0df9c8165ca87a80bcd7d74c3f7d 100644
--- a/components/component_updater.gypi
+++ b/components/component_updater.gypi
@@ -14,10 +14,14 @@
'..',
],
'sources': [
+ 'component_updater/component_updater_constants.cc',
+ 'component_updater/component_updater_constants.h',
'component_updater/component_updater_paths.cc',
'component_updater/component_updater_paths.h',
'component_updater/component_updater_switches.cc',
'component_updater/component_updater_switches.h',
+ 'component_updater/pepper_flash.cc',
+ 'component_updater/pepper_flash.h',
'component_updater/pref_names.cc',
'component_updater/pref_names.h',
],

Powered by Google App Engine
This is Rietveld 408576698