aosp12/external/openscreen/cast/DEPS

18 lines
279 B
Python

# -*- 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',
]