aboutsummaryrefslogtreecommitdiff
path: root/cast/receiver/public/DEPS
blob: 714c37a4d13c089488b6ca08e43cff02c22ce5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- Mode: Python; -*-

include_rules = [
  # By default, openscreen implementation libraries should not be exposed
  # through public APIs.
  '-base',
  '-platform',

  # Dependencies on the implementation are not allowed in public/.
  '-cast/receiver',
  '+cast/receiver/public'
]