summaryrefslogtreecommitdiffstats
path: root/chromium/mojo/services/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/mojo/services/DEPS')
-rw-r--r--chromium/mojo/services/DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/mojo/services/DEPS b/chromium/mojo/services/DEPS
new file mode 100644
index 00000000000..2bbe62df877
--- /dev/null
+++ b/chromium/mojo/services/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "-mojo",
+ "+mojo/common",
+ "+mojo/public",
+ "+jni",
+
+ # TODO(abarth) Instead of having the services depend on the shell, we
+ # probably should create a layer below the services.
+ "+mojo/shell",
+]