summaryrefslogtreecommitdiff
path: root/mojo/public/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/DEPS')
-rw-r--r--mojo/public/DEPS11
1 files changed, 11 insertions, 0 deletions
diff --git a/mojo/public/DEPS b/mojo/public/DEPS
new file mode 100644
index 0000000000..2e49995741
--- /dev/null
+++ b/mojo/public/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ # This code is checked into the chromium repo so it's fine to depend on this.
+ "+base",
+ "+build",
+ "+testing",
+
+ "+ipc/ipc_param_traits.h",
+
+ # internal includes.
+ "+mojo",
+]