Commit b56ec365 authored by tfarina's avatar tfarina Committed by Commit bot

Cleanup webkit DEPS list.

BUG=338338
TEST=checkdeps
R=jamesr@chromium.org,danakj@chromium.org
TBR=

Review URL: https://codereview.chromium.org/739793004

Cr-Commit-Position: refs/heads/master@{#305124}
parent 3a68701f
# checkdeps.py shouldn't check include paths for files in these dirs: # Do NOT add chrome to the list below. We shouldn't be including files from
skip_child_includes = [
"build",
]
# Do NOT add chrome to the list below. We shouldn't be including files from
# src/chrome in src/webkit. # src/chrome in src/webkit.
include_rules = [ include_rules = [
# For bridge/c/c_utility.h in npruntime_util.cc "+cc/output",
"+bridge",
"+cc",
"-cc/surfaces",
"+grit", # For generated headers
"+skia",
"+third_party/angle",
"+third_party/hyphen",
"+third_party/leveldatabase",
"+third_party/skia",
"+third_party/sqlite",
"+third_party/tcmalloc",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
"+v8",
# For databases/
"+sql",
"+storage",
# For gpu/
"+ui/gfx",
"+ui/gl",
"+gpu/GLES2", "+gpu/GLES2",
"+gpu/command_buffer/client", "+gpu/command_buffer/client",
"+gpu/command_buffer/common", "+gpu/command_buffer/common",
"+gpu/command_buffer/service", "+gpu/command_buffer/service",
"+gpu/skia_bindings", "+gpu/skia_bindings",
"+skia",
"+third_party/WebKit/public/platform",
"+third_party/khronos/GLES2", "+third_party/khronos/GLES2",
"+third_party/skia",
# TODO(brettw) - review these; move up if it's ok, or remove the dependency "+ui/gfx",
"+net", "+ui/gl",
"+third_party/npapi/bindings",
# webkit/support is only test support code, nothing outside of webkit/support
# should pull it in.
"-webkit/support",
] ]
include_rules = [
"-webkit/renderer",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment