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

Unified Diff: base/base.gypi

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
« no previous file with comments | « no previous file | base/metrics/BUILD.gn » ('j') | base/metrics/histogram.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 0f6e9611a4bc4c28a1dcf5303fbab57359327960..92efbe18eef8438aa59c8ab25e6dfad5c5f1188d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -399,6 +399,8 @@
'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/metrics/BUILD.gn » ('j') | base/metrics/histogram.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698