| Index: components/metrics.gypi
|
| diff --git a/components/metrics.gypi b/components/metrics.gypi
|
| index cf43cf7de1f1fb84f990d5f47126b6b963815073..be04b8381c7d7f5fb6f92444c8cff7963c33f682 100644
|
| --- a/components/metrics.gypi
|
| +++ b/components/metrics.gypi
|
| @@ -66,6 +66,23 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //components/metrics:gpu
|
| + 'target_name': 'metrics_gpu',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + '../gpu/gpu.gyp:gpu_config',
|
| + 'component_metrics_proto',
|
| + 'metrics',
|
| + ],
|
| + 'sources': [
|
| + 'metrics/gpu/gpu_metrics_provider.cc',
|
| + 'metrics/gpu/gpu_metrics_provider.h',
|
| + ],
|
| + },
|
| + {
|
| # GN version: //components/metrics:net
|
| 'target_name': 'metrics_net',
|
| 'type': 'static_library',
|
|
|