summaryrefslogtreecommitdiffstats
path: root/ppapi/utility/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/utility/DEPS')
-rw-r--r--ppapi/utility/DEPS15
1 files changed, 15 insertions, 0 deletions
diff --git a/ppapi/utility/DEPS b/ppapi/utility/DEPS
new file mode 100644
index 0000000..768eadb
--- /dev/null
+++ b/ppapi/utility/DEPS
@@ -0,0 +1,15 @@
+# ppapi/cpp should not be dependent on other parts of chromium; it should stay
+# browser-neutral as much as possible.
+include_rules = [
+ "-base",
+ "-build",
+ "-ipc",
+ "-ppapi",
+ "+ppapi/c",
+ "-ppapi/c/private",
+ "-ppapi/c/trusted",
+ "+ppapi/cpp",
+ "-ppapi/cpp/private",
+ "-ppapi/cpp/trusted",
+ "+ppapi/utility",
+]