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

Unified Diff: base/BUILD.gn

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Use thread local storage. Created 3 years, 8 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/metrics/single_value_histograms.h » ('j') | base/metrics/single_value_histograms.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 b623e963250371f25eaf56e7dceef972fc850745..77ae6e7162f02fc8ea3c7a9f075f9393f0da3fa6 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -579,6 +579,8 @@ component("base") {
"metrics/sample_map.h",
"metrics/sample_vector.cc",
"metrics/sample_vector.h",
+ "metrics/single_value_histograms.cc",
+ "metrics/single_value_histograms.h",
"metrics/sparse_histogram.cc",
"metrics/sparse_histogram.h",
"metrics/statistics_recorder.cc",
« no previous file with comments | « no previous file | base/metrics/single_value_histograms.h » ('j') | base/metrics/single_value_histograms.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698