1 # checkdeps.py shouldn't check include paths for files in these dirs:
2 skip_child_includes = [
6 # Do NOT add chrome to the list below. We shouldn't be including files from
7 # src/chrome in src/webkit.
9 # For bridge/c/c_utility.h in npruntime_util.cc
12 "+grit", # For generated headers
15 "+third_party/hyphen",
16 "+third_party/leveldatabase",
18 "+third_party/sqlite",
19 "+third_party/tcmalloc",
20 "+third_party/WebKit/public/platform",
21 "+third_party/WebKit/Source/WebKit/chromium",
30 "+gpu/command_buffer/client",
31 "+gpu/command_buffer/common",
32 "+gpu/command_buffer/service",
34 "+third_party/khronos/GLES2",
36 # For shared USB keycode conversion tables used by ppapi plugin code.
39 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
42 "+third_party/npapi/bindings",
44 # webkit/support is only test support code, nothing outside of webkit/support