blob: 4e73fd07bcb6e46c03895f10c6e6312cf097ab38 [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',
]