summaryrefslogtreecommitdiff
path: root/chromium/services/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/services/DEPS')
-rw-r--r--chromium/services/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/services/DEPS b/chromium/services/DEPS
new file mode 100644
index 00000000000..0322d918202
--- /dev/null
+++ b/chromium/services/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+mojo", # By definition.
+
+ "-services", # Services have to list which other services they depend on.
+ "+services/shell/public", # Every service talks to shell.
+]