xref: /aosp_15_r20/external/openscreen/cast/common/DEPS (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1# -*- Mode: Python; -*-
2
3include_rules = [
4   # libcast common code must depend on neither the sender nor the receiver.
5   '+cast/common',
6   '+discovery/common',
7   '+discovery/public',
8]
9