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

Unified Diff: services/ui/ws/DEPS

Issue 2276963002: services/ui: Introduce mojom.GpuServiceInternal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus-gpu-renames
Patch Set: . Created 4 years, 4 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
Index: services/ui/ws/DEPS
diff --git a/services/ui/ws/DEPS b/services/ui/ws/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e63301065fe6048d3185eff08fde7dfb17aabcb3
--- /dev/null
+++ b/services/ui/ws/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+gpu/config/gpu_info.h",
+ "+services/ui/gpu/interfaces",
+]
+
+specific_include_rules = {
+ "gpu_service_proxy.cc": [
+ "+services/ui/gpu/gpu_service_internal.h",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698