summaryrefslogtreecommitdiff
path: root/chromium/services/DEPS
blob: 0322d9182022955e7e78c10ebd620aec288ce23e (plain)
1
2
3
4
5
6
include_rules = [
  "+mojo",  # By definition.

  "-services",  # Services have to list which other services they depend on.
  "+services/shell/public",  # Every service talks to shell.
]