Chromium Code Reviews| 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', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../base/base.gyp:base_i18n', | 16 '../base/base.gyp:base_i18n', |
| 17 '../base/base.gyp:base_prefs', | 17 '../base/base.gyp:base_prefs', |
| 18 'component_metrics_proto', | 18 'component_metrics_proto', |
| 19 'compression', | 19 'compression', |
| 20 'data_use_measurement_core', | |
|
Alexei Svitkine (slow)
2015/09/08 17:34:30
Nit: Can this be moved to metrics_net target below
amohammadkhan
2015/09/08 23:28:31
Done.
| |
| 20 'variations', | 21 'variations', |
| 21 ], | 22 ], |
| 22 'export_dependent_settings': [ | 23 'export_dependent_settings': [ |
| 23 'component_metrics_proto', | 24 'component_metrics_proto', |
| 24 ], | 25 ], |
| 25 'sources': [ | 26 'sources': [ |
| 26 'metrics/call_stack_profile_metrics_provider.cc', | 27 'metrics/call_stack_profile_metrics_provider.cc', |
| 27 'metrics/call_stack_profile_metrics_provider.h', | 28 'metrics/call_stack_profile_metrics_provider.h', |
| 28 'metrics/clean_exit_beacon.cc', | 29 'metrics/clean_exit_beacon.cc', |
| 29 'metrics/clean_exit_beacon.h', | 30 'metrics/clean_exit_beacon.h', |
| (...skipping 190 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 |