| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'metrics/profiler/tracking_synchronizer_observer.h', | 151 'metrics/profiler/tracking_synchronizer_observer.h', |
| 152 ], | 152 ], |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 # Protobuf compiler / generator for UMA (User Metrics Analysis). | 155 # Protobuf compiler / generator for UMA (User Metrics Analysis). |
| 156 # | 156 # |
| 157 # GN version: //components/metrics/proto:proto | 157 # GN version: //components/metrics/proto:proto |
| 158 'target_name': 'component_metrics_proto', | 158 'target_name': 'component_metrics_proto', |
| 159 'type': 'static_library', | 159 'type': 'static_library', |
| 160 'sources': [ | 160 'sources': [ |
| 161 'metrics/proto/call_stack_profile.proto', |
| 161 'metrics/proto/cast_logs.proto', | 162 'metrics/proto/cast_logs.proto', |
| 162 'metrics/proto/chrome_user_metrics_extension.proto', | 163 'metrics/proto/chrome_user_metrics_extension.proto', |
| 163 'metrics/proto/histogram_event.proto', | 164 'metrics/proto/histogram_event.proto', |
| 164 'metrics/proto/omnibox_event.proto', | 165 'metrics/proto/omnibox_event.proto', |
| 165 'metrics/proto/omnibox_input_type.proto', | 166 'metrics/proto/omnibox_input_type.proto', |
| 166 'metrics/proto/perf_data.proto', | 167 'metrics/proto/perf_data.proto', |
| 167 'metrics/proto/profiler_event.proto', | 168 'metrics/proto/profiler_event.proto', |
| 168 'metrics/proto/sampled_profile.proto', | 169 'metrics/proto/sampled_profile.proto', |
| 169 'metrics/proto/system_profile.proto', | 170 'metrics/proto/system_profile.proto', |
| 170 'metrics/proto/user_action_event.proto', | 171 'metrics/proto/user_action_event.proto', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'metrics/serialization/serialization_utils.h', | 211 'metrics/serialization/serialization_utils.h', |
| 211 ], | 212 ], |
| 212 'dependencies': [ | 213 'dependencies': [ |
| 213 '../base/base.gyp:base', | 214 '../base/base.gyp:base', |
| 214 ], | 215 ], |
| 215 }, | 216 }, |
| 216 ], | 217 ], |
| 217 }], | 218 }], |
| 218 ], | 219 ], |
| 219 } | 220 } |
| OLD | NEW |