summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
blob: c199e9963258814d51c7fc5fcfecb7840a9a0f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
  "build",
]

include_rules = [
  # For bridge/c/c_utility.h in npruntime_util.cc
  "+bridge",
  "+grit",  # For generated headers
  "+third_party/sqlite",
  "+third_party/tcmalloc",

  # For databases/
  "+app/sql",

  # TODO(brettw) - review these; move up if it's ok, or remove the dependency
  "+net/base",
  "+net/ftp",
  "+net/http",
  "+net/proxy",
  "+net/socket",
  "+net/socket_stream",
  "+net/url_request",
  "+third_party/npapi/bindings",
]