blob: 0ec44a0833df93f6df41f98789f866d9995cd82e [file] [log] [blame]
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"build",
]
# Do NOT add chrome to the list below. We shouldn't be including files from
# src/chrome in src/webkit.
include_rules = [
# For bridge/c/c_utility.h in npruntime_util.cc
"+bridge",
"+grit", # For generated headers
"+skia",
"+third_party/sqlite",
"+third_party/tcmalloc",
# For databases/
"+sql",
# For gpu/
"+ui/gfx",
"+gpu/command_buffer/client",
"+gpu/command_buffer/common",
"+gpu/command_buffer/service",
"+gpu/GLES2",
# TODO(brettw) - review these; move up if it's ok, or remove the dependency
"+crypto",
"+net/base",
"+net/ftp",
"+net/http",
"+net/proxy",
"+net/socket",
"+net/socket_stream",
"+net/test",
"+net/url_request",
"+net/websockets",
"+third_party/npapi/bindings",
]