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

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 feedback. 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
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index cb2536723855260832f7b6dd09da2c3dc38b5bc8..7546bbf673ef957bf7bda06cbd94642fc0d548d6 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",

Powered by Google App Engine
This is Rietveld 408576698