diff options
author | tfarina <tfarina@chromium.org> | 2014-11-20 16:40:07 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-21 00:40:20 +0000 |
commit | b56ec36566d350a9fb6229761b8a808b504a037a (patch) | |
tree | 6a565c9c7d651e7209bef8419b2fe792a67f5b77 /webkit | |
parent | 3a68701f990d2b89a599579777aefc6a399eb14d (diff) | |
download | chromium_src-b56ec36566d350a9fb6229761b8a808b504a037a.zip chromium_src-b56ec36566d350a9fb6229761b8a808b504a037a.tar.gz chromium_src-b56ec36566d350a9fb6229761b8a808b504a037a.tar.bz2 |
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}
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/DEPS | 44 | ||||
-rw-r--r-- | webkit/common/DEPS | 3 |
2 files changed, 7 insertions, 40 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 2d45bbb..e1e03d4 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,46 +1,16 @@ -# 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 +# 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", - "+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", + "+cc/output", "+gpu/GLES2", "+gpu/command_buffer/client", "+gpu/command_buffer/common", "+gpu/command_buffer/service", "+gpu/skia_bindings", + "+skia", + "+third_party/WebKit/public/platform", "+third_party/khronos/GLES2", - - # TODO(brettw) - review these; move up if it's ok, or remove the dependency - "+net", - "+third_party/npapi/bindings", - - # webkit/support is only test support code, nothing outside of webkit/support - # should pull it in. - "-webkit/support", + "+third_party/skia", + "+ui/gfx", + "+ui/gl", ] diff --git a/webkit/common/DEPS b/webkit/common/DEPS deleted file mode 100644 index 62bbdd0..0000000 --- a/webkit/common/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - "-webkit/renderer", -] |