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

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