summaryrefslogtreecommitdiffstats
path: root/content/renderer/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/DEPS')
-rw-r--r--content/renderer/DEPS7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index 7c83852..bda91c8 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -1,7 +1,10 @@
include_rules = [
- # The following directories have been refactored, so no new dependencies
- # should be added from these directories.
+ # The following directories have been refactored, so no new dependencies
+ # should be added from these directories.
+ "-chrome/renderer/autofill",
"-chrome/renderer/extensions",
+ "-chrome/renderer/safe_browsing",
"+content/plugin", # For shared npruntime proxying code.
+ "+v8/include",
]