| Index: components/metrics.gypi
|
| diff --git a/components/metrics.gypi b/components/metrics.gypi
|
| index 25c17ebc80955187b6b29e1ab5b1811bd5d2ede8..8239e2a7d1d5c255b226f65a3287d52a67ab3327 100644
|
| --- a/components/metrics.gypi
|
| +++ b/components/metrics.gypi
|
| @@ -64,6 +64,22 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //components/metrics:gpu
|
| + 'target_name': 'metrics_gpu',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + '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',
|
|
|