aboutsummaryrefslogtreecommitdiff
path: root/cast/common/public/DEPS
blob: c098d4db36a451e6ee5debcf6307f1245b3ef7a3 (plain)
1
2
3
4
5
6
7
8
# -*- Mode: Python; -*-

include_rules = [
  # Dependencies on the implementation are not allowed in public/.
  '-cast/common',
  '+cast/common/public',
  '+discovery/dnssd/public'
]