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

Unified Diff: base/metrics/BUILD.gn

Issue 1425533011: Support "shared" histograms between processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shmem-alloc
Patch Set: change from lambdas to Factory classes for creating histograms with common code 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
Index: base/metrics/BUILD.gn
diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
index 6dd212f887eb9b5541298123c844d1447ac84501..ec63b91362b0cbe500d7b5249f1b0cac11ef4086 100644
--- a/base/metrics/BUILD.gn
+++ b/base/metrics/BUILD.gn
@@ -16,6 +16,8 @@ source_set("metrics") {
"histogram_delta_serialization.h",
"histogram_flattener.h",
"histogram_macros.h",
+ "histogram_persistence.cc",
+ "histogram_persistence.h",
"histogram_samples.cc",
"histogram_samples.h",
"histogram_snapshot_manager.cc",
« no previous file with comments | « base/base.gypi ('k') | base/metrics/histogram.h » ('j') | base/metrics/histogram.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698