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

Unified Diff: base/base.gyp

Issue 12789006: base/prefs: Remove the public/ directory and move the files to //base/prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « no previous file | base/prefs/mock_pref_change_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 8e91f3049b8d6f9a07a378dd935ee648147e0dcc..052648ac6b2c6906421693dbc5860aad6272045a 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -345,6 +345,10 @@
'prefs/overlay_user_pref_store.cc',
'prefs/overlay_user_pref_store.h',
'prefs/persistent_pref_store.h',
+ 'prefs/pref_change_registrar.cc',
+ 'prefs/pref_change_registrar.h',
+ 'prefs/pref_member.cc',
+ 'prefs/pref_member.h',
'prefs/pref_notifier.h',
'prefs/pref_notifier_impl.cc',
'prefs/pref_notifier_impl.h',
@@ -363,10 +367,6 @@
'prefs/pref_value_map.h',
'prefs/pref_value_store.cc',
'prefs/pref_value_store.h',
- 'prefs/public/pref_change_registrar.cc',
- 'prefs/public/pref_change_registrar.h',
- 'prefs/public/pref_member.cc',
- 'prefs/public/pref_member.h',
'prefs/value_map_pref_store.cc',
'prefs/value_map_pref_store.h',
],
@@ -531,12 +531,12 @@
'prefs/json_pref_store_unittest.cc',
'prefs/mock_pref_change_callback.h',
'prefs/overlay_user_pref_store_unittest.cc',
+ 'prefs/pref_change_registrar_unittest.cc',
+ 'prefs/pref_member_unittest.cc',
'prefs/pref_notifier_impl_unittest.cc',
'prefs/pref_service_unittest.cc',
'prefs/pref_value_map_unittest.cc',
'prefs/pref_value_store_unittest.cc',
- 'prefs/public/pref_change_registrar_unittest.cc',
- 'prefs/public/pref_member_unittest.cc',
'process_util_unittest.cc',
'process_util_unittest_ios.cc',
'process_util_unittest_mac.h',
« no previous file with comments | « no previous file | base/prefs/mock_pref_change_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698