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

Unified Diff: components/metrics/gpu/DEPS

Issue 523273003: Moves GPUMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove GPUMetricsProviderTest from iOS build due to content/ dependency 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/BUILD.gn ('k') | components/metrics/gpu/gpu_metrics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/gpu/DEPS
diff --git a/components/metrics/gpu/DEPS b/components/metrics/gpu/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..505cc6c2c4fba0e23155fd09e0ed8b1b65616806
--- /dev/null
+++ b/components/metrics/gpu/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+content/public/browser/gpu_data_manager.h",
brettw 2014/09/09 17:56:57 I don't understand this line.
gunsch 2014/09/09 18:42:19 What don't you understand? GPUMetricsProvider depe
+ "+gpu/config",
+ "+ui/gfx",
+]
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/metrics/gpu/gpu_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698