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", |
+ ] |
+} |