summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS14
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
new file mode 100644
index 0000000..618d1b3
--- /dev/null
+++ b/chrome/DEPS
@@ -0,0 +1,14 @@
+include_rules = [
+ "+net",
+
+ # The subdirectories in chrome/ will manually allow their own include
+ # directories in chrome/ so we disallow all of them.
+ "-chrome",
+ "+chrome/common",
+ "+chrome/test",
+
+ # Don't allow inclusion of these other libs we shouldn't be calling directly.
+ "-v8",
+ "-webkit",
+ "-tools",
+]