blob: fe325fc91132c2f2fe06dc4b781530c4914a5520 [file] [log] [blame]
# -*- 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',
]