summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEPS b/DEPS
new file mode 100644
index 0000000..7721534
--- /dev/null
+++ b/DEPS
@@ -0,0 +1,10 @@
+
+# This directory cannot depend on ANYTHING else in chromium
+# These negative rules just rule out some of the major components.
+include_rules = [
+ "-base",
+ "-chrome",
+ "-components",
+ "-content",
+ "-services",
+]