Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index cb2536723855260832f7b6dd09da2c3dc38b5bc8..ecb429fdc565eecbffe1f238269570efcba15213 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -48,6 +48,21 @@ source_set("metrics") { |
forward_dependent_configs_from = [ "//components/metrics/proto" ] |
} |
+# GYP version: components/metrics.gypi:metrics_gpu |
+static_library("gpu") { |
brettw
2014/09/12 22:31:10
Can you make this a source_set, I've been doing th
gunsch
2014/09/12 22:58:04
Done.
|
+ 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 = [ |