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

Unified Diff: components/metrics/BUILD.gn

Issue 2608833002: Move logic for uploading logs into a ReportingService object. (Closed)
Patch Set: Rebase again Created 3 years, 9 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 | components/metrics/metrics_reporting_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index a421b29bfc6dcb0031dbe2f74342948648a88d05..02efb99f67e1bf3bb8ca2286d0061a6f40c6c77e 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -54,6 +54,8 @@ static_library("metrics") {
"metrics_reporting_default_state.h",
"metrics_reporting_scheduler.cc",
"metrics_reporting_scheduler.h",
+ "metrics_reporting_service.cc",
+ "metrics_reporting_service.h",
"metrics_rotation_scheduler.cc",
"metrics_rotation_scheduler.h",
"metrics_scheduler.cc",
@@ -75,6 +77,8 @@ static_library("metrics") {
"persisted_logs_metrics.h",
"persisted_logs_metrics_impl.cc",
"persisted_logs_metrics_impl.h",
+ "reporting_service.cc",
+ "reporting_service.h",
"stability_metrics_helper.cc",
"stability_metrics_helper.h",
"stability_metrics_provider.cc",
« no previous file with comments | « no previous file | components/metrics/metrics_reporting_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698