aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/DEPS
blob: 7ab7a51a926d91394cea9025f024a616c6faf859 (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'
]