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

Unified Diff: components/component_updater.gypi

Issue 334783002: Componentize component_updater: Move some paths/constants to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add component updater to common dependency list 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
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('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.gypi
diff --git a/components/network_time.gypi b/components/component_updater.gypi
similarity index 51%
copy from components/network_time.gypi
copy to components/component_updater.gypi
index 22426d9407ef3dc59eab0597f1a3671cc4c149bb..1cdfee43fcaca04b3b7ed5ba0aee5a717ed283b5 100644
--- a/components/network_time.gypi
+++ b/components/component_updater.gypi
@@ -5,7 +5,7 @@
{
'targets': [
{
- 'target_name': 'network_time',
+ 'target_name': 'component_updater',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
@@ -14,10 +14,12 @@
'..',
],
'sources': [
- 'network_time/network_time_tracker.cc',
- 'network_time/network_time_tracker.h',
- 'network_time/network_time_pref_names.cc',
- 'network_time/network_time_pref_names.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/pref_names.cc',
+ 'component_updater/pref_names.h',
],
},
],
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/component_updater/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698