summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorasvitkine <asvitkine@chromium.org>2014-11-14 14:39:56 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-14 22:40:16 +0000
commitc8fa43e9f324fae12321ef19fe06f4ce38221648 (patch)
treec657a0b9fcfc358b4e815c13e5900ea574c4cffc /components/metrics.gypi
parent7ed3e35c8967b2ca5f3de06a11a4fcf85589b760 (diff)
downloadchromium_src-c8fa43e9f324fae12321ef19fe06f4ce38221648.zip
chromium_src-c8fa43e9f324fae12321ef19fe06f4ce38221648.tar.gz
chromium_src-c8fa43e9f324fae12321ef19fe06f4ce38221648.tar.bz2
Move metrics_service_accessor.cc to metrics component.
BUG=374199 Review URL: https://codereview.chromium.org/728963002 Cr-Commit-Position: refs/heads/master@{#304282}
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 bd25e21..d510738 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -50,6 +50,8 @@
'metrics/metrics_reporting_scheduler.h',
'metrics/metrics_service.cc',
'metrics/metrics_service.h',
+ 'metrics/metrics_service_accessor.cc',
+ 'metrics/metrics_service_accessor.h',
'metrics/metrics_service_client.cc',
'metrics/metrics_service_client.h',
'metrics/metrics_state_manager.cc',