Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index d91a4fadeec3a24d1fdad27cd71f75b2c6f3aac9..8179e27460ed90aae9be99dc6d43210057906b82 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -52,6 +52,21 @@ source_set("metrics") { |
forward_dependent_configs_from = [ "//components/metrics/proto" ] |
} |
+# GYP version: components/metrics.gypi:metrics_gpu |
+source_set("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 = [ |