diff options
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 5102de3..537654c 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,6 +1,10 @@ # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ + "api", "build", + # Skip port and pending because they use webkit style for includes. + "pending", + "port", ] include_rules = [ |