Chromium Code Reviews

Unified Diff: components/metrics.gypi

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.
Jump to:
View side-by-side diff with in-line comments
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 25c17ebc80955187b6b29e1ab5b1811bd5d2ede8..8239e2a7d1d5c255b226f65a3287d52a67ab3327 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -64,6 +64,22 @@
],
},
{
+ # GN version: //components/metrics:gpu
+ 'target_name': 'metrics_gpu',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'component_metrics_proto',
+ 'metrics',
+ ],
+ 'sources': [
+ 'metrics/gpu/gpu_metrics_provider.cc',
+ 'metrics/gpu/gpu_metrics_provider.h',
+ ],
+ },
+ {
# GN version: //components/metrics:net
'target_name': 'metrics_net',
'type': 'static_library',

Powered by Google App Engine