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

Unified Diff: components/pref_registry.gypi

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | « components/policy/policy_browser.gypi ('k') | components/pref_registry/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pref_registry.gypi
diff --git a/components/user_prefs.gypi b/components/pref_registry.gypi
similarity index 63%
copy from components/user_prefs.gypi
copy to components/pref_registry.gypi
index a5c62ac56942472100799015eea5601bfb74e8d8..08dc387cf241da9d41a98c1b55d663d9150c8a0f 100644
--- a/components/user_prefs.gypi
+++ b/components/pref_registry.gypi
@@ -5,27 +5,24 @@
{
'targets': [
{
- 'target_name': 'user_prefs',
+ 'target_name': 'pref_registry',
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_prefs',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../content/content.gyp:content_browser',
'../ui/base/ui_base.gyp:ui_base',
],
'include_dirs': [
'..',
],
'defines': [
- 'USER_PREFS_IMPLEMENTATION',
+ 'PREF_REGISTRY_IMPLEMENTATION',
],
'sources': [
- 'user_prefs/pref_registry_syncable.cc',
- 'user_prefs/pref_registry_syncable.h',
- 'user_prefs/user_prefs.cc',
- 'user_prefs/user_prefs.h',
- 'user_prefs/user_prefs_export.h',
+ 'pref_registry/pref_registry_export.h',
+ 'pref_registry/pref_registry_syncable.cc',
+ 'pref_registry/pref_registry_syncable.h',
],
},
],
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | components/pref_registry/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698