| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 { | 180 { |
| 181 # TODO(isherman): Remove all //chrome dependencies on this target, and | 181 # TODO(isherman): Remove all //chrome dependencies on this target, and |
| 182 # merge the files in this target with components_unittests. | 182 # merge the files in this target with components_unittests. |
| 183 # GN version: //components/metrics:test_support | 183 # GN version: //components/metrics:test_support |
| 184 'target_name': 'metrics_test_support', | 184 'target_name': 'metrics_test_support', |
| 185 'type': 'static_library', | 185 'type': 'static_library', |
| 186 'include_dirs': [ | 186 'include_dirs': [ |
| 187 '..', | 187 '..', |
| 188 ], | 188 ], |
| 189 'dependencies': [ | 189 'dependencies': [ |
| 190 '../base/base.gyp:test_support_base', |
| 190 'component_metrics_proto', | 191 'component_metrics_proto', |
| 191 'metrics', | 192 'metrics', |
| 192 ], | 193 ], |
| 193 'export_dependent_settings': [ | 194 'export_dependent_settings': [ |
| 194 'component_metrics_proto', | 195 'component_metrics_proto', |
| 195 ], | 196 ], |
| 196 'sources': [ | 197 'sources': [ |
| 197 'metrics/test_metrics_provider.cc', | 198 'metrics/test_metrics_provider.cc', |
| 198 'metrics/test_metrics_provider.h', | 199 'metrics/test_metrics_provider.h', |
| 199 'metrics/test_metrics_service_client.cc', | 200 'metrics/test_metrics_service_client.cc', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 ], | 329 ], |
| 329 'sources': [ | 330 'sources': [ |
| 330 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc', | 331 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc', |
| 331 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h', | 332 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h', |
| 332 ], | 333 ], |
| 333 }, | 334 }, |
| 334 ], | 335 ], |
| 335 }], | 336 }], |
| 336 ], | 337 ], |
| 337 } | 338 } |
| OLD | NEW |