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

Unified Diff: services/preferences/public/cpp/BUILD.gn

Issue 2762333003: Pref service: add a factory to create the client lib (Closed)
Patch Set: Make tests compile on Windows 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/public/cpp/BUILD.gn
diff --git a/services/preferences/public/cpp/BUILD.gn b/services/preferences/public/cpp/BUILD.gn
index 09ac205a99bfdeadb17da8bf705ecbf3f25a9153..81db7ee507d5d6a3c92be84024b5316f082351da 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -8,6 +8,7 @@ source_set("cpp") {
"persistent_pref_store_client.h",
"pref_client_store.cc",
"pref_client_store.h",
+ "pref_service_factory.cc",
Sam McNally 2017/03/22 04:34:03 .h?
tibell 2017/03/22 05:32:04 Done.
"pref_store_adapter.cc",
"pref_store_adapter.h",
"pref_store_client.cc",

Powered by Google App Engine
This is Rietveld 408576698