Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: components/metrics/BUILD.gn

Issue 523273003: Moves GPUMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS change, per brettw@ comment Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698