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

Unified Diff: components/prefs/prefs.gyp

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 | « components/prefs/in_memory_pref_store_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/prefs.gyp
diff --git a/components/prefs/prefs.gyp b/components/prefs/prefs.gyp
index 554bef4f7ff146ff85382050e80d546986a8242e..3897576f9ce3de3b13d0eabb28bd59d969c24558 100644
--- a/components/prefs/prefs.gyp
+++ b/components/prefs/prefs.gyp
@@ -19,6 +19,8 @@
'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',
« no previous file with comments | « components/prefs/in_memory_pref_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698