Index: components/metrics.gypi |
diff --git a/components/metrics.gypi b/components/metrics.gypi |
index 29e52b27c8f3eeae29367714127b88cf3701f7cb..dafeb0e8e48eb044392b38102e630dce837b4ca9 100644 |
--- a/components/metrics.gypi |
+++ b/components/metrics.gypi |
@@ -68,6 +68,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', |