| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'target_name': 'metrics_net', | 111 'target_name': 'metrics_net', |
| 112 'type': 'static_library', | 112 'type': 'static_library', |
| 113 'include_dirs': [ | 113 'include_dirs': [ |
| 114 '..', | 114 '..', |
| 115 ], | 115 ], |
| 116 'dependencies': [ | 116 'dependencies': [ |
| 117 '../base/base.gyp:base', | 117 '../base/base.gyp:base', |
| 118 '../net/net.gyp:net', | 118 '../net/net.gyp:net', |
| 119 '../url/url.gyp:url_lib', | 119 '../url/url.gyp:url_lib', |
| 120 'component_metrics_proto', | 120 'component_metrics_proto', |
| 121 'data_use_measurement_core', |
| 121 'metrics', | 122 'metrics', |
| 122 ], | 123 ], |
| 123 'sources': [ | 124 'sources': [ |
| 124 'metrics/net/net_metrics_log_uploader.cc', | 125 'metrics/net/net_metrics_log_uploader.cc', |
| 125 'metrics/net/net_metrics_log_uploader.h', | 126 'metrics/net/net_metrics_log_uploader.h', |
| 126 'metrics/net/network_metrics_provider.cc', | 127 'metrics/net/network_metrics_provider.cc', |
| 127 'metrics/net/network_metrics_provider.h', | 128 'metrics/net/network_metrics_provider.h', |
| 128 'metrics/net/wifi_access_point_info_provider.cc', | 129 'metrics/net/wifi_access_point_info_provider.cc', |
| 129 'metrics/net/wifi_access_point_info_provider.h', | 130 'metrics/net/wifi_access_point_info_provider.h', |
| 130 'metrics/net/wifi_access_point_info_provider_chromeos.cc', | 131 'metrics/net/wifi_access_point_info_provider_chromeos.cc', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'metrics/serialization/serialization_utils.h', | 221 'metrics/serialization/serialization_utils.h', |
| 221 ], | 222 ], |
| 222 'dependencies': [ | 223 'dependencies': [ |
| 223 '../base/base.gyp:base', | 224 '../base/base.gyp:base', |
| 224 ], | 225 ], |
| 225 }, | 226 }, |
| 226 ], | 227 ], |
| 227 }], | 228 }], |
| 228 ], | 229 ], |
| 229 } | 230 } |
| OLD | NEW |