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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'variations', | 143 'variations', |
144 ], | 144 ], |
145 'export_dependent_settings': [ | 145 'export_dependent_settings': [ |
146 'component_metrics_proto', | 146 'component_metrics_proto', |
147 ], | 147 ], |
148 'sources': [ | 148 'sources': [ |
149 'metrics/profiler/profiler_metrics_provider.cc', | 149 'metrics/profiler/profiler_metrics_provider.cc', |
150 'metrics/profiler/profiler_metrics_provider.h', | 150 'metrics/profiler/profiler_metrics_provider.h', |
151 'metrics/profiler/tracking_synchronizer.cc', | 151 'metrics/profiler/tracking_synchronizer.cc', |
152 'metrics/profiler/tracking_synchronizer.h', | 152 'metrics/profiler/tracking_synchronizer.h', |
| 153 'metrics/profiler/tracking_synchronizer_observer.cc', |
153 'metrics/profiler/tracking_synchronizer_observer.h', | 154 'metrics/profiler/tracking_synchronizer_observer.h', |
154 ], | 155 ], |
155 }, | 156 }, |
156 { | 157 { |
157 # Protobuf compiler / generator for UMA (User Metrics Analysis). | 158 # Protobuf compiler / generator for UMA (User Metrics Analysis). |
158 # | 159 # |
159 # GN version: //components/metrics/proto:proto | 160 # GN version: //components/metrics/proto:proto |
160 'target_name': 'component_metrics_proto', | 161 'target_name': 'component_metrics_proto', |
161 'type': 'static_library', | 162 'type': 'static_library', |
162 'sources': [ | 163 'sources': [ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'metrics/serialization/serialization_utils.h', | 214 'metrics/serialization/serialization_utils.h', |
214 ], | 215 ], |
215 'dependencies': [ | 216 'dependencies': [ |
216 '../base/base.gyp:base', | 217 '../base/base.gyp:base', |
217 ], | 218 ], |
218 }, | 219 }, |
219 ], | 220 ], |
220 }], | 221 }], |
221 ], | 222 ], |
222 } | 223 } |
OLD | NEW |