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

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: rebase 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 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 = [
« 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