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

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