blob: c0c853316c3d02d7ec0251f66ff380a264654182 [file] [log] [blame]
# 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",
]