From 840bc4163159ba58413ffa9658e888b1336851fe Mon Sep 17 00:00:00 2001 From: gunsch Date: Thu, 18 Sep 2014 12:38:06 -0700 Subject: 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} --- components/metrics.gypi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'components/metrics.gypi') 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 -- cgit v1.1