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

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: Created 6 years, 6 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/search_engines.gypi b/components/component_updater.gypi
similarity index 57%
copy from components/search_engines.gypi
copy to components/component_updater.gypi
index 3456fdde9a666aa4d52fec7d10b6297fa728dc4e..1361a7320562ce691eeb5aa5fbc4456446a37d76 100644
--- a/components/search_engines.gypi
+++ b/components/component_updater.gypi
@@ -5,19 +5,19 @@
{
'targets': [
{
- 'target_name': 'search_engines',
+ 'target_name': 'component_updater',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../url/url.gyp:url_lib',
],
'include_dirs': [
'..',
],
'sources': [
- 'search_engines/template_url_data.cc',
- 'search_engines/template_url_data.h',
- 'search_engines/template_url_id.h',
+ 'component_updater/browser/component_updater_switches.cc',
+ 'component_updater/browser/component_updater_switches.h',
+ 'component_updater/common/pref_names.cc',
+ 'component_updater/common/pref_names.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698