summaryrefslogtreecommitdiff
path: root/DEPS
blob: 7721534e2c46dbb48a2eee55e00481b9eb69e04b (plain)
1
2
3
4
5
6
7
8
9
10

# This directory cannot depend on ANYTHING else in chromium
# These negative rules just rule out some of the major components.
include_rules = [
  "-base",
  "-chrome",
  "-components",
  "-content",
  "-services",
]