| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'metrics/metrics_service_accessor.cc', | 59 'metrics/metrics_service_accessor.cc', |
| 60 'metrics/metrics_service_accessor.h', | 60 'metrics/metrics_service_accessor.h', |
| 61 'metrics/metrics_service_client.cc', | 61 'metrics/metrics_service_client.cc', |
| 62 'metrics/metrics_service_client.h', | 62 'metrics/metrics_service_client.h', |
| 63 'metrics/metrics_state_manager.cc', | 63 'metrics/metrics_state_manager.cc', |
| 64 'metrics/metrics_state_manager.h', | 64 'metrics/metrics_state_manager.h', |
| 65 'metrics/metrics_switches.cc', | 65 'metrics/metrics_switches.cc', |
| 66 'metrics/metrics_switches.h', | 66 'metrics/metrics_switches.h', |
| 67 'metrics/persisted_logs.cc', | 67 'metrics/persisted_logs.cc', |
| 68 'metrics/persisted_logs.h', | 68 'metrics/persisted_logs.h', |
| 69 'metrics/url_constants.cc', |
| 70 'metrics/url_constants.h', |
| 69 ], | 71 ], |
| 70 'conditions': [ | 72 'conditions': [ |
| 71 ['chromeos==1', { | 73 ['chromeos==1', { |
| 72 'dependencies': [ | 74 'dependencies': [ |
| 73 'metrics_serialization', | 75 'metrics_serialization', |
| 74 ], | 76 ], |
| 75 }], | 77 }], |
| 76 ['OS=="win"', { | 78 ['OS=="win"', { |
| 77 'sources!': [ | 79 'sources!': [ |
| 78 'metrics/machine_id_provider_stub.cc', | 80 'metrics/machine_id_provider_stub.cc', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'metrics/serialization/metric_sample.h', | 210 'metrics/serialization/metric_sample.h', |
| 209 ], | 211 ], |
| 210 'dependencies': [ | 212 'dependencies': [ |
| 211 '../base/base.gyp:base', | 213 '../base/base.gyp:base', |
| 212 ], | 214 ], |
| 213 }, | 215 }, |
| 214 ], | 216 ], |
| 215 }], | 217 }], |
| 216 ], | 218 ], |
| 217 } | 219 } |
| OLD | NEW |