| 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', |
| 36 'metrics/machine_id_provider.h', | 38 'metrics/machine_id_provider.h', |
| 37 'metrics/machine_id_provider_stub.cc', | 39 'metrics/machine_id_provider_stub.cc', |
| 38 'metrics/machine_id_provider_win.cc', | 40 'metrics/machine_id_provider_win.cc', |
| 39 'metrics/metrics_hashes.cc', | 41 'metrics/metrics_hashes.cc', |
| 40 'metrics/metrics_hashes.h', | 42 'metrics/metrics_hashes.h', |
| 41 'metrics/metrics_log.cc', | 43 'metrics/metrics_log.cc', |
| 42 'metrics/metrics_log.h', | 44 'metrics/metrics_log.h', |
| 43 'metrics/metrics_log_manager.cc', | 45 'metrics/metrics_log_manager.cc', |
| 44 'metrics/metrics_log_manager.h', | 46 'metrics/metrics_log_manager.h', |
| 45 'metrics/metrics_log_uploader.cc', | 47 'metrics/metrics_log_uploader.cc', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'metrics/serialization/metric_sample.h', | 205 'metrics/serialization/metric_sample.h', |
| 204 ], | 206 ], |
| 205 'dependencies': [ | 207 'dependencies': [ |
| 206 '../base/base.gyp:base', | 208 '../base/base.gyp:base', |
| 207 ], | 209 ], |
| 208 }, | 210 }, |
| 209 ], | 211 ], |
| 210 }], | 212 }], |
| 211 ], | 213 ], |
| 212 } | 214 } |
| OLD | NEW |