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 19 matching lines...) Expand all Loading... |
30 'metrics/client_info.cc', | 30 'metrics/client_info.cc', |
31 'metrics/client_info.h', | 31 'metrics/client_info.h', |
32 'metrics/cloned_install_detector.cc', | 32 'metrics/cloned_install_detector.cc', |
33 'metrics/cloned_install_detector.h', | 33 'metrics/cloned_install_detector.h', |
34 'metrics/compression_utils.cc', | 34 'metrics/compression_utils.cc', |
35 'metrics/compression_utils.h', | 35 'metrics/compression_utils.h', |
36 'metrics/daily_event.cc', | 36 'metrics/daily_event.cc', |
37 'metrics/daily_event.h', | 37 'metrics/daily_event.h', |
38 'metrics/histogram_encoder.cc', | 38 'metrics/histogram_encoder.cc', |
39 'metrics/histogram_encoder.h', | 39 'metrics/histogram_encoder.h', |
40 'metrics/histogram_manager.cc', | |
41 'metrics/histogram_manager.h', | |
42 'metrics/machine_id_provider.h', | 40 'metrics/machine_id_provider.h', |
43 'metrics/machine_id_provider_stub.cc', | 41 'metrics/machine_id_provider_stub.cc', |
44 'metrics/machine_id_provider_win.cc', | 42 'metrics/machine_id_provider_win.cc', |
45 'metrics/metrics_hashes.cc', | 43 'metrics/metrics_hashes.cc', |
46 'metrics/metrics_hashes.h', | 44 'metrics/metrics_hashes.h', |
47 'metrics/metrics_log.cc', | 45 'metrics/metrics_log.cc', |
48 'metrics/metrics_log.h', | 46 'metrics/metrics_log.h', |
49 'metrics/metrics_log_manager.cc', | 47 'metrics/metrics_log_manager.cc', |
50 'metrics/metrics_log_manager.h', | 48 'metrics/metrics_log_manager.h', |
51 'metrics/metrics_log_uploader.cc', | 49 'metrics/metrics_log_uploader.cc', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'metrics/serialization/serialization_utils.h', | 211 'metrics/serialization/serialization_utils.h', |
214 ], | 212 ], |
215 'dependencies': [ | 213 'dependencies': [ |
216 '../base/base.gyp:base', | 214 '../base/base.gyp:base', |
217 ], | 215 ], |
218 }, | 216 }, |
219 ], | 217 ], |
220 }], | 218 }], |
221 ], | 219 ], |
222 } | 220 } |
OLD | NEW |