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

Unified Diff: base/BUILD.gn

Issue 1425533011: Support "shared" histograms between processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shmem-alloc
Patch Set: reorganized persistence around PersistentGet methods to fix visibility problems Created 4 years, 11 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 | « no previous file | base/base.gypi » ('j') | base/metrics/histogram.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 53dc5c9e9db6bc599b6170c58723a3effe06717d..b8af238554b7fefc45eac9d2263ceac987d05875 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -498,6 +498,8 @@ component("base") {
"metrics/histogram_delta_serialization.h",
"metrics/histogram_flattener.h",
"metrics/histogram_macros.h",
+ "metrics/histogram_persistence.cc",
+ "metrics/histogram_persistence.h",
"metrics/histogram_samples.cc",
"metrics/histogram_samples.h",
"metrics/histogram_snapshot_manager.cc",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/metrics/histogram.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698