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

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

Issue 2777483002: Pref service: Add initial support for pref registration. (Closed)
Patch Set: rebase 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 a672c5325678c67b4bea412621920530688c2007..0c75094938a55dd3e8af80dbf7b40722bc3d198d 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -8,6 +8,8 @@ source_set("cpp") {
"persistent_pref_store_client.h",
"pref_client_store.cc",
"pref_client_store.h",
+ "pref_registry_serializer.cc",
+ "pref_registry_serializer.h",
"pref_service_factory.cc",
"pref_service_factory.h",
"pref_store_adapter.cc",
« no previous file with comments | « services/preferences/pref_store_manager_impl.cc ('k') | services/preferences/public/cpp/persistent_pref_store_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698