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

Unified Diff: components/metrics/BUILD.gn

Issue 558683002: Extract the handling of the clean exit beacon from MetricsService. The extracted implementation sup… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments. Created 6 years, 3 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 | « components/metrics.gypi ('k') | components/metrics/clean_exit_beacon.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 92f9e8921208d0738636c9c317b8e643b7db6002..8f42b345a41cfe62461316df990fad71606ec14b 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -5,6 +5,8 @@
# GYP version: components/metrics.gypi:metrics
source_set("metrics") {
sources = [
+ "clean_exit_beacon.cc",
+ "clean_exit_beacon.h",
"client_info.cc",
"client_info.h",
"cloned_install_detector.cc",
@@ -30,6 +32,7 @@ source_set("metrics") {
"metrics_reporting_scheduler.h",
"metrics_service.cc",
"metrics_service.h",
+ "metrics_service_client.cc",
"metrics_service_client.h",
"metrics_state_manager.cc",
"metrics_state_manager.h",
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/clean_exit_beacon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698