1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'metrics',
9 'type': 'static_library',
14 '../base/base.gyp:base',
15 'component_metrics_proto',
18 'metrics/metrics_hashes.cc',
19 'metrics/metrics_hashes.h',
20 'metrics/metrics_log_base.cc',
21 'metrics/metrics_log_base.h',
22 'metrics/metrics_log_manager.cc',
23 'metrics/metrics_log_manager.h',
27 # Protobuf compiler / generator for UMA (User Metrics Analysis).
28 'target_name': 'component_metrics_proto',
29 'type': 'static_library',
31 'metrics/proto/chrome_user_metrics_extension.proto',
32 'metrics/proto/histogram_event.proto',
33 'metrics/proto/omnibox_event.proto',
34 'metrics/proto/perf_data.proto',
35 'metrics/proto/profiler_event.proto',
36 'metrics/proto/system_profile.proto',
37 'metrics/proto/user_action_event.proto',
40 'proto_in_dir': 'metrics/proto',
41 'proto_out_dir': 'components/metrics/proto',
43 'includes': [ '../build/protoc.gypi' ],