summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index c176155..c0c8533 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -1,12 +1,12 @@
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"build",
+ # Skip port and pending because they use webkit style for includes.
"pending",
+ "port",
]
include_rules = [
# For bridge/c/c_utility.h in npruntime_util.cc
"+bridge",
- # For bindings/npruntime.h in ScriptController.h
- "+bindings",
]