Updating trunk VERSION from 769.0 to 770.0
[chromium-blink-merge.git] / webkit / DEPS
blobb8011c61f57eb8038f99a5b550d266a4d8dd122b
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   "+third_party/sqlite",
13   "+third_party/tcmalloc",
14   "+ui/gfx",
16   # For databases/
17   "+app/sql",
19   # For gpu/
20   "+app/gfx",
22   # TODO(brettw) - review these; move up if it's ok, or remove the dependency
23   "+crypto",
24   "+net/base",
25   "+net/ftp",
26   "+net/http",
27   "+net/proxy",
28   "+net/socket",
29   "+net/socket_stream",
30   "+net/test",
31   "+net/url_request",
32   "+net/websockets",
33   "+ppapi/cpp",
34   "+third_party/npapi/bindings",