aboutsummaryrefslogtreecommitdiff
path: root/cast/DEPS
blob: fe325fc91132c2f2fe06dc4b781530c4914a5520 (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',
  '-go',
  '-msgs',

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

  # All libcast code can use cast/third_party.
  '+cast/third_party',
  '+valijson',
  '+json',
]