Updating trunk VERSION from 843.0 to 844.0
[chromium-blink-merge.git] / webkit / DEPS
blobb7578b82c794bc771e8c4f68563e6fab5a6c4462
1 # checkdeps.py shouldn't check include paths for files in these dirs:
2 skip_child_includes = [
3   "build",
6 # Do NOT add chrome to the list below.  We shouldn't be including files from
7 # src/chrome in src/webkit.
8 include_rules = [
9   # For bridge/c/c_utility.h in npruntime_util.cc
10   "+bridge",
11   "+grit",  # For generated headers
12   "+skia",
13   "+third_party/sqlite",
14   "+third_party/tcmalloc",
15   "+ui/gfx",
17   # For databases/
18   "+sql",
20   # For gpu/
21   "+ui/gfx",
22   "+gpu/command_buffer/client",
23   "+gpu/command_buffer/common",
24   "+gpu/command_buffer/service",
25   "+gpu/GLES2",
27   # TODO(brettw) - review these; move up if it's ok, or remove the dependency
28   "+crypto",
29   "+net/base",
30   "+net/ftp",
31   "+net/http",
32   "+net/proxy",
33   "+net/socket",
34   "+net/socket_stream",
35   "+net/test",
36   "+net/url_request",
37   "+net/websockets",
38   "+ppapi/cpp",
39   "+third_party/npapi/bindings",