aboutsummaryrefslogtreecommitdiff
path: root/cast/DEPS
blob: e8615f966773211db2d98cafb70fea3fbc15bc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- Mode: Python; -*-

include_rules = [
  # OSP code is strictly verboten.
  '-api',
  '-demo',
  '-discovery',
  '-go',
  '-msgs',

  # Intra-libcast dependencies must be explicit.
  '-cast',

  # All libcast code can use platform and cast/third_party.
  '+cast/third_party',
  '+platform'
]