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
11 "+grit", # For generated headers
13 "+third_party/sqlite",
14 "+third_party/tcmalloc",
22 "+gpu/command_buffer/client",
23 "+gpu/command_buffer/common",
24 "+gpu/command_buffer/service",
27 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
39 "+third_party/npapi/bindings",