summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/DEPS')
-rw-r--r--webkit/DEPS8
1 files changed, 7 insertions, 1 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index cc2f1a9..c176155 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -2,5 +2,11 @@
skip_child_includes = [
"build",
"pending",
- "port",
+]
+
+include_rules = [
+ # For bridge/c/c_utility.h in npruntime_util.cc
+ "+bridge",
+ # For bindings/npruntime.h in ScriptController.h
+ "+bindings",
]