Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index fa44a9b7ef8963ef2e3de873d31127964bcc3110..48358bd31f06cfd8b6fe7d09cc8e4f37a1bfd9bf 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -50,6 +50,21 @@ source_set("metrics") { |
forward_dependent_configs_from = [ "//components/metrics/proto" ] |
} |
+# GYP version: components/metrics.gypi:metrics_gpu |
+static_library("gpu") { |
+ sources = [ |
+ "gpu/gpu_metrics_provider.cc", |
+ "gpu/gpu_metrics_provider.h", |
+ ] |
+ |
+ deps = [ |
+ ":metrics", |
+ "//gpu/config", |
+ ] |
+ |
+ forward_dependent_configs_from = [ ":metrics" ] |
+} |
+ |
# GYP version: components/metrics.gypi:metrics_net |
static_library("net") { |
sources = [ |