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

include_rules = [
  # libcast sender code must not depend on the receiver.
  '+cast/common',
  '+cast/sender',
]