Chromium Code Reviews| Index: components/metrics.gypi |
| diff --git a/components/metrics.gypi b/components/metrics.gypi |
| index dafeb0e8e48eb044392b38102e630dce837b4ca9..b3e08242c04d0ac292a3232f65721ec1d8f07ae3 100644 |
| --- a/components/metrics.gypi |
| +++ b/components/metrics.gypi |
| @@ -96,6 +96,26 @@ |
| 'metrics', |
| ], |
| 'sources': [ |
| + 'metrics/profiler/profiler_metrics_provider.cc', |
|
Alexei Svitkine (slow)
2014/09/17 15:07:02
Seems like there's a mistake with this diff? From
gunsch
2014/09/17 17:28:28
Thanks for catching, fixed.
|
| + 'metrics/profiler/profiler_metrics_provider.h', |
| + 'metrics/profiler/tracking_synchronizer.cc', |
| + 'metrics/profiler/tracking_synchronizer.h', |
| + 'metrics/profiler/tracking_synchronizer_observer.h', |
| + ], |
| + }, |
| + { |
| + # GN version: //components/metrics:profiler |
| + 'target_name': 'metrics_profiler', |
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'dependencies': [ |
| + '../content/content.gyp:content_browser', |
| + 'component_metrics_proto', |
| + 'metrics', |
| + ], |
| + 'sources': [ |
| 'metrics/net/network_metrics_provider.cc', |
| 'metrics/net/network_metrics_provider.h', |
| 'metrics/net/net_metrics_log_uploader.cc', |