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

Unified Diff: components/prefs/BUILD.gn

Issue 1881253003: Create a PrefStore in support of Blimp metrics collection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix conflict with ptr migration work. Created 4 years, 8 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 | « android_webview/native/aw_autofill_client.cc ('k') | components/prefs/in_memory_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/BUILD.gn
diff --git a/components/prefs/BUILD.gn b/components/prefs/BUILD.gn
index fdbb5cf5d5ea6185abe1aa7a22aabfc51072c1f0..db3e81f97fd2bdc9d06b3675d4a6a185f1dc21e1 100644
--- a/components/prefs/BUILD.gn
+++ b/components/prefs/BUILD.gn
@@ -6,6 +6,8 @@ component("prefs") {
sources = [
"default_pref_store.cc",
"default_pref_store.h",
+ "in_memory_pref_store.cc",
+ "in_memory_pref_store.h",
"json_pref_store.cc",
"json_pref_store.h",
"overlay_user_pref_store.cc",
@@ -85,6 +87,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"default_pref_store_unittest.cc",
+ "in_memory_pref_store_unittest.cc",
"json_pref_store_unittest.cc",
"overlay_user_pref_store_unittest.cc",
"pref_change_registrar_unittest.cc",
« no previous file with comments | « android_webview/native/aw_autofill_client.cc ('k') | components/prefs/in_memory_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698