Index: webkit/DEPS |
diff --git a/webkit/DEPS b/webkit/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e1e03d4ac47fd5d60f7dde1401fbdd156afc671c |
--- /dev/null |
+++ b/webkit/DEPS |
@@ -0,0 +1,16 @@ |
+# Do NOT add chrome to the list below. We shouldn't be including files from |
+# src/chrome in src/webkit. |
+include_rules = [ |
+ "+cc/output", |
+ "+gpu/GLES2", |
+ "+gpu/command_buffer/client", |
+ "+gpu/command_buffer/common", |
+ "+gpu/command_buffer/service", |
+ "+gpu/skia_bindings", |
+ "+skia", |
+ "+third_party/WebKit/public/platform", |
+ "+third_party/khronos/GLES2", |
+ "+third_party/skia", |
+ "+ui/gfx", |
+ "+ui/gl", |
+] |