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', |
(...skipping 15 matching lines...) Expand all Loading... |
26 'metrics/clean_exit_beacon.cc', | 26 'metrics/clean_exit_beacon.cc', |
27 'metrics/clean_exit_beacon.h', | 27 'metrics/clean_exit_beacon.h', |
28 'metrics/client_info.cc', | 28 'metrics/client_info.cc', |
29 'metrics/client_info.h', | 29 'metrics/client_info.h', |
30 'metrics/cloned_install_detector.cc', | 30 'metrics/cloned_install_detector.cc', |
31 'metrics/cloned_install_detector.h', | 31 'metrics/cloned_install_detector.h', |
32 'metrics/compression_utils.cc', | 32 'metrics/compression_utils.cc', |
33 'metrics/compression_utils.h', | 33 'metrics/compression_utils.h', |
34 'metrics/daily_event.cc', | 34 'metrics/daily_event.cc', |
35 'metrics/daily_event.h', | 35 'metrics/daily_event.h', |
| 36 'metrics/histogram_encoder.cc', |
| 37 'metrics/histogram_encoder.h', |
| 38 'metrics/histogram_manager.cc', |
| 39 'metrics/histogram_manager.h', |
36 'metrics/machine_id_provider.h', | 40 'metrics/machine_id_provider.h', |
37 'metrics/machine_id_provider_stub.cc', | 41 'metrics/machine_id_provider_stub.cc', |
38 'metrics/machine_id_provider_win.cc', | 42 'metrics/machine_id_provider_win.cc', |
39 'metrics/metrics_hashes.cc', | 43 'metrics/metrics_hashes.cc', |
40 'metrics/metrics_hashes.h', | 44 'metrics/metrics_hashes.h', |
41 'metrics/metrics_log.cc', | 45 'metrics/metrics_log.cc', |
42 'metrics/metrics_log.h', | 46 'metrics/metrics_log.h', |
43 'metrics/metrics_log_manager.cc', | 47 'metrics/metrics_log_manager.cc', |
44 'metrics/metrics_log_manager.h', | 48 'metrics/metrics_log_manager.h', |
45 'metrics/metrics_log_uploader.cc', | 49 'metrics/metrics_log_uploader.cc', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 'metrics/serialization/metric_sample.h', | 208 'metrics/serialization/metric_sample.h', |
205 ], | 209 ], |
206 'dependencies': [ | 210 'dependencies': [ |
207 '../base/base.gyp:base', | 211 '../base/base.gyp:base', |
208 ], | 212 ], |
209 }, | 213 }, |
210 ], | 214 ], |
211 }], | 215 }], |
212 ], | 216 ], |
213 } | 217 } |
OLD | NEW |