summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorerikwright <erikwright@chromium.org>2014-09-11 17:05:28 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 00:19:20 +0000
commit65b58df31c75ef627cdff2a2ee377330fd86c2b4 (patch)
tree892a049b5b6d1cbe700fe7af8292c25f955c6496 /components/metrics.gypi
parentb53755f4a85f9564400d8835ef0a7a0ada56b67f (diff)
downloadchromium_src-65b58df31c75ef627cdff2a2ee377330fd86c2b4.zip
chromium_src-65b58df31c75ef627cdff2a2ee377330fd86c2b4.tar.gz
chromium_src-65b58df31c75ef627cdff2a2ee377330fd86c2b4.tar.bz2
Extract the handling of the clean exit beacon from MetricsService. The extracted implementation supports the use of a backup storage location and reports consistency between the two locations.
BUG=412398 Review URL: https://codereview.chromium.org/558683002 Cr-Commit-Position: refs/heads/master@{#294498}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 8d053f4..29e52b2 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -18,6 +18,8 @@
'variations',
],
'sources': [
+ 'metrics/clean_exit_beacon.cc',
+ 'metrics/clean_exit_beacon.h',
'metrics/client_info.cc',
'metrics/client_info.h',
'metrics/cloned_install_detector.cc',
@@ -43,6 +45,7 @@
'metrics/metrics_reporting_scheduler.h',
'metrics/metrics_service.cc',
'metrics/metrics_service.h',
+ 'metrics/metrics_service_client.cc',
'metrics/metrics_service_client.h',
'metrics/metrics_state_manager.cc',
'metrics/metrics_state_manager.h',