Index: ppapi/c/DEPS |
diff --git a/ppapi/c/DEPS b/ppapi/c/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aa6e7d0f8e6b55e5daf084dbbcc2927eabe61465 |
--- /dev/null |
+++ b/ppapi/c/DEPS |
@@ -0,0 +1,11 @@ |
+# ppapi/c should not be dependent on other parts of chromium; it should stay |
+# browser-neutral as much as possible. |
+include_rules = [ |
+ "-base", |
+ "-build", |
+ "-ipc", |
+ "-uncode", |
+ "-testing", |
+ "-ppapi", |
+ "+ppapi/c", |
+] |