OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/metrics | 8 # GN version: //components/metrics |
9 'target_name': 'metrics', | 9 'target_name': 'metrics', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
16 '../third_party/zlib/zlib.gyp:zlib', | 16 '../third_party/zlib/zlib.gyp:zlib', |
17 'component_metrics_proto', | 17 'component_metrics_proto', |
18 'variations', | 18 'variations_common', |
19 ], | 19 ], |
20 'sources': [ | 20 'sources': [ |
21 'metrics/client_info.cc', | 21 'metrics/client_info.cc', |
22 'metrics/client_info.h', | 22 'metrics/client_info.h', |
23 'metrics/cloned_install_detector.cc', | 23 'metrics/cloned_install_detector.cc', |
24 'metrics/cloned_install_detector.h', | 24 'metrics/cloned_install_detector.h', |
25 'metrics/compression_utils.cc', | 25 'metrics/compression_utils.cc', |
26 'metrics/compression_utils.h', | 26 'metrics/compression_utils.h', |
27 'metrics/machine_id_provider.h', | 27 'metrics/machine_id_provider.h', |
28 'metrics/machine_id_provider_stub.cc', | 28 'metrics/machine_id_provider_stub.cc', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'metrics/serialization/metric_sample.h', | 139 'metrics/serialization/metric_sample.h', |
140 ], | 140 ], |
141 'dependencies': [ | 141 'dependencies': [ |
142 '../base/base.gyp:base', | 142 '../base/base.gyp:base', |
143 ], | 143 ], |
144 }, | 144 }, |
145 ], | 145 ], |
146 }], | 146 }], |
147 ], | 147 ], |
148 } | 148 } |
OLD | NEW |