summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorgunsch <gunsch@chromium.org>2014-09-18 12:38:06 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-18 19:38:23 +0000
commit840bc4163159ba58413ffa9658e888b1336851fe (patch)
tree12e530e6cb1eaa8e0e40851f8e1bc647a40dd7cb /components/metrics.gypi
parent458c86efe592bf8eeaa21cd3e9fb9fc211789d3b (diff)
downloadchromium_src-840bc4163159ba58413ffa9658e888b1336851fe.zip
chromium_src-840bc4163159ba58413ffa9658e888b1336851fe.tar.gz
chromium_src-840bc4163159ba58413ffa9658e888b1336851fe.tar.bz2
Moves ProfilerMetricsProvider to //components/metrics.
R=asvitkine@chromium.org,isherman@chromium.org, BUG=404791 Review URL: https://codereview.chromium.org/577823002 Cr-Commit-Position: refs/heads/master@{#295527}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi20
1 files changed, 20 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index dafeb0e..c16c191 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -107,6 +107,26 @@
],
},
{
+ # GN version: //components/metrics:profiler
+ 'target_name': 'metrics_profiler',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../content/content.gyp:content_browser',
+ 'component_metrics_proto',
+ 'metrics',
+ ],
+ 'sources': [
+ 'metrics/profiler/profiler_metrics_provider.cc',
+ 'metrics/profiler/profiler_metrics_provider.h',
+ 'metrics/profiler/tracking_synchronizer.cc',
+ 'metrics/profiler/tracking_synchronizer.h',
+ 'metrics/profiler/tracking_synchronizer_observer.h',
+ ],
+ },
+ {
# Protobuf compiler / generator for UMA (User Metrics Analysis).
#
# GN version: //components/metrics/proto:proto