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

Unified Diff: components/user_prefs/tracked/BUILD.gn

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 | « components/user_prefs.gypi ('k') | components/user_prefs/tracked/tracked_preference_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/tracked/BUILD.gn
diff --git a/components/user_prefs/tracked/BUILD.gn b/components/user_prefs/tracked/BUILD.gn
index 8c32ec7bb24d5a6a770c6d0994b3770ff4380805..25fc09c4baaa1b0aaebf6a3e68f4afc9e77094cb 100644
--- a/components/user_prefs/tracked/BUILD.gn
+++ b/components/user_prefs/tracked/BUILD.gn
@@ -32,6 +32,8 @@ static_library("user_prefs_tracked") {
"tracked_preference.h",
"tracked_preference_helper.cc",
"tracked_preference_helper.h",
+ "tracked_preference_histogram_names.cc",
+ "tracked_preference_histogram_names.h",
"tracked_preference_validation_delegate.h",
"tracked_preferences_migration.cc",
"tracked_preferences_migration.h",
« no previous file with comments | « components/user_prefs.gypi ('k') | components/user_prefs/tracked/tracked_preference_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698