aboutsummaryrefslogtreecommitdiff
path: root/cast/common/public/DEPS
blob: 7060c48007f906d1fa037681be9cca09c53d903f (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/common',
  '+cast/common/public'
]