Index: cc/surfaces/DEPS |
diff --git a/cc/surfaces/DEPS b/cc/surfaces/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f333f4d58adc50b44c925e9890583e650b5a12f |
--- /dev/null |
+++ b/cc/surfaces/DEPS |
@@ -0,0 +1,23 @@ |
+specific_include_rules = { |
+ "in_process_context_provider\.cc": [ |
+ "+gpu/command_buffer/client", |
+ "+gpu/command_buffer/common", |
+ "+gpu/command_buffer/service", |
+ "+gpu/ipc", |
+ "+gpu/skia_bindings", |
+ ], |
+ "in_process_context_provider\.h": [ |
+ "+gpu/command_buffer/common", |
+ "+gpu/ipc", |
+ ], |
+ "deferred_gpu_command_service\.h": [ |
+ "+gpu/command_buffer/common", |
+ "+gpu/command_buffer/service", |
+ "+gpu/ipc", |
+ ], |
+ "deferred_gpu_command_service\.cc": [ |
+ "+gpu/command_buffer/common", |
+ "+gpu/ipc", |
+ ], |
+} |
+ |