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

Unified Diff: components/user_prefs.gypi

Issue 1519043002: Putting histogram names of tracked prefs in tracked_preference_histogram_name file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing New line error for mac. Created 5 years 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 | « chrome/browser/prefs/tracked/pref_hash_browsertest.cc ('k') | components/user_prefs/tracked/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs.gypi
diff --git a/components/user_prefs.gypi b/components/user_prefs.gypi
index cfeff21a5afac2673cfb6ee514d50d9c25b8bac1..db5590f3c3bf1de8873c752e49bc7ad708830c4d 100644
--- a/components/user_prefs.gypi
+++ b/components/user_prefs.gypi
@@ -60,6 +60,8 @@
'user_prefs/tracked/tracked_preference.h',
'user_prefs/tracked/tracked_preference_helper.cc',
'user_prefs/tracked/tracked_preference_helper.h',
+ 'user_prefs/tracked/tracked_preference_histogram_names.cc',
+ 'user_prefs/tracked/tracked_preference_histogram_names.h',
'user_prefs/tracked/tracked_preference_validation_delegate.h',
'user_prefs/tracked/tracked_preferences_migration.cc',
'user_prefs/tracked/tracked_preferences_migration.h',
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_browsertest.cc ('k') | components/user_prefs/tracked/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698