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

Unified Diff: services/preferences/BUILD.gn

Issue 2738353002: Pref service: integrate PersistentPrefStoreImpl with PrefStoreManagerImpl. (Closed)
Patch Set: Created 3 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
Index: services/preferences/BUILD.gn
diff --git a/services/preferences/BUILD.gn b/services/preferences/BUILD.gn
index 07105a5677afda24e27519a3ab81de25402d7a23..524b6bd8a28ed2f6b959f0688e8bc833f017b029 100644
--- a/services/preferences/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -25,6 +25,8 @@ source_set("preferences") {
"//components/prefs",
]
sources = [
+ "persistent_pref_store_factory.cc",
+ "persistent_pref_store_factory.h",
"persistent_pref_store_impl.cc",
"persistent_pref_store_impl.h",
]

Powered by Google App Engine
This is Rietveld 408576698