| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'target_name': 'metrics_net', | 92 'target_name': 'metrics_net', |
| 93 'type': 'static_library', | 93 'type': 'static_library', |
| 94 'include_dirs': [ | 94 'include_dirs': [ |
| 95 '..', | 95 '..', |
| 96 ], | 96 ], |
| 97 'dependencies': [ | 97 'dependencies': [ |
| 98 '../base/base.gyp:base', | 98 '../base/base.gyp:base', |
| 99 '../net/net.gyp:net', | 99 '../net/net.gyp:net', |
| 100 '../url/url.gyp:url_lib', | 100 '../url/url.gyp:url_lib', |
| 101 'component_metrics_proto', | 101 'component_metrics_proto', |
| 102 'data_use_measurement_core', |
| 102 'metrics', | 103 'metrics', |
| 103 ], | 104 ], |
| 104 'sources': [ | 105 'sources': [ |
| 105 'metrics/net/net_metrics_log_uploader.cc', | 106 'metrics/net/net_metrics_log_uploader.cc', |
| 106 'metrics/net/net_metrics_log_uploader.h', | 107 'metrics/net/net_metrics_log_uploader.h', |
| 107 'metrics/net/network_metrics_provider.cc', | 108 'metrics/net/network_metrics_provider.cc', |
| 108 'metrics/net/network_metrics_provider.h', | 109 'metrics/net/network_metrics_provider.h', |
| 109 'metrics/net/wifi_access_point_info_provider.cc', | 110 'metrics/net/wifi_access_point_info_provider.cc', |
| 110 'metrics/net/wifi_access_point_info_provider.h', | 111 'metrics/net/wifi_access_point_info_provider.h', |
| 111 'metrics/net/wifi_access_point_info_provider_chromeos.cc', | 112 'metrics/net/wifi_access_point_info_provider_chromeos.cc', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'metrics/profiler/tracking_synchronizer.cc', | 225 'metrics/profiler/tracking_synchronizer.cc', |
| 225 'metrics/profiler/tracking_synchronizer.h', | 226 'metrics/profiler/tracking_synchronizer.h', |
| 226 'metrics/profiler/tracking_synchronizer_observer.cc', | 227 'metrics/profiler/tracking_synchronizer_observer.cc', |
| 227 'metrics/profiler/tracking_synchronizer_observer.h', | 228 'metrics/profiler/tracking_synchronizer_observer.h', |
| 228 ], | 229 ], |
| 229 }, | 230 }, |
| 230 ], | 231 ], |
| 231 }] | 232 }] |
| 232 ], | 233 ], |
| 233 } | 234 } |
| OLD | NEW |