summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
blob: 0f6969f1d545caf0c9750e2d90ef39c492d5efd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+net",
  "+printing",

  # 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",
]