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

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