summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorlpromero <lpromero@chromium.org>2015-04-30 11:16:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-30 18:17:38 +0000
commitca8cb6f71027b6c8fe8148de3310b047062aaa84 (patch)
tree9f4c4e171a2a59fd66c232cf2c580d6b084a8041 /components/metrics.gypi
parent1a15ca549d3d978b74ebc4ae6e9a8455e86fc028 (diff)
downloadchromium_src-ca8cb6f71027b6c8fe8148de3310b047062aaa84.zip
chromium_src-ca8cb6f71027b6c8fe8148de3310b047062aaa84.tar.gz
chromium_src-ca8cb6f71027b6c8fe8148de3310b047062aaa84.tar.bz2
Add ProvideInitialStabilityMetrics to metrics providers
ProvideStabilityMetrics has been separated in ProvideInitialStabilityMetrics and ProvideStabilityMetrics. The first one is only called for an initial stability logs. The second one is called for all ongoing logs. BUG=482716 R=asvitkine Review URL: https://codereview.chromium.org/1117933002 Cr-Commit-Position: refs/heads/master@{#327742}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 45a36d1..d22f9f5 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -194,6 +194,8 @@
'component_metrics_proto',
],
'sources': [
+ 'metrics/test_metrics_provider.cc',
+ 'metrics/test_metrics_provider.h',
'metrics/test_metrics_service_client.cc',
'metrics/test_metrics_service_client.h',
],