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

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