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

Unified Diff: base/BUILD.gn

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Address comments. Created 3 years, 7 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_sample_metrics.h » ('j') | no next file with comments »
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 cf3d3058900bf362101f226b7a18e705f50b1572..3a23ecc6e9846e40a1fffb8f89078e29c8e09a85 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_sample_metrics.cc",
+ "metrics/single_sample_metrics.h",
"metrics/sparse_histogram.cc",
"metrics/sparse_histogram.h",
"metrics/statistics_recorder.cc",
@@ -2048,6 +2050,7 @@ test("base_unittests") {
"metrics/persistent_sample_map_unittest.cc",
"metrics/sample_map_unittest.cc",
"metrics/sample_vector_unittest.cc",
+ "metrics/single_sample_metrics_unittest.cc",
"metrics/sparse_histogram_unittest.cc",
"metrics/statistics_recorder_unittest.cc",
"native_library_unittest.cc",
« no previous file with comments | « no previous file | base/metrics/single_sample_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698