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

Unified Diff: components/metrics/BUILD.gn

Issue 2907543003: Support persistent system profiles. (Closed)
Patch Set: addressed review comments by asvitkine 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
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 1d03801d2c92fb12a424fc774bb03516d4266619..8cb72a3d3d735189704f0bb05126c8b4b2154c52 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -77,6 +77,8 @@ static_library("metrics") {
"persisted_logs_metrics.h",
"persisted_logs_metrics_impl.cc",
"persisted_logs_metrics_impl.h",
+ "persistent_system_profile.cc",
+ "persistent_system_profile.h",
"reporting_service.cc",
"reporting_service.h",
"stability_metrics_helper.cc",
@@ -352,6 +354,7 @@ source_set("unit_tests") {
"net/net_metrics_log_uploader_unittest.cc",
"net/network_metrics_provider_unittest.cc",
"persisted_logs_unittest.cc",
+ "persistent_system_profile_unittest.cc",
"profiler/profiler_metrics_provider_unittest.cc",
"profiler/tracking_synchronizer_unittest.cc",
"single_sample_metrics_factory_impl_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698