summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
blob: fb83a498c731e5536d370a5703e3b460373c986e (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
26
27
28
29
30
31
32
33
34
35
include_rules = [
  "+app",
  "+net",
  "+printing",
  "+views",

  # The subdirectories in chrome/ will manually allow their own include
  # directories in chrome/ so we disallow all of them.
  "-chrome",
  "+chrome/common",
  "+chrome/test",

  # Don't allow inclusion of these other libs we shouldn't be calling directly.
  "-v8",
  "-webkit",
  "-tools",

  # Allow inclusion of WebKit API files.
  "+webkit/api",

  # Allow inclusion of Mozilla interface headers.
  "+third_party/mozilla",

  # Allow usage of Google Toolbox for Mac.
  "+third_party/GTM",

  # Our Skia extensions.
  "+skia/ext",

  # On Linux, we include some breakpad headers
  "+breakpad/linux",

  # On Linux, the zygote needs to access sandbox headers
  "+sandbox/linux"
]