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

Unified Diff: chrome/chrome_common.gypi

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort headers Created 8 years, 2 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index bead55fa98fe81cb76101d48b899562d8455f26d..17f95011b160cb554efb9c7ff71f01c9e8e1ea5a 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -220,8 +220,6 @@
'common/important_file_writer.h',
'common/instant_types.cc',
'common/instant_types.h',
- 'common/json_pref_store.cc',
- 'common/json_pref_store.h',
'common/json_schema_constants.cc',
'common/json_schema_constants.h',
'common/json_schema_validator.cc',
@@ -270,7 +268,6 @@
'common/password_generation_util.h',
'common/pepper_flash.cc',
'common/pepper_flash.h',
- 'common/persistent_pref_store.h',
'common/pref_store.cc',
'common/pref_store.h',
'common/print_messages.cc',
@@ -320,6 +317,12 @@
'common/zip_internal.h',
'common/zip_reader.cc',
'common/zip_reader.h',
+
+ # TODO(joi): Move to 'base_prefs' target in base/base.gyp once
+ # Prefs move is complete and dependencies have been broken.
+ '../base/prefs/json_pref_store.cc',
+ '../base/prefs/json_pref_store.h',
+ '../base/prefs/persistent_pref_store.h',
],
'conditions': [
['OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698