unplugged-system/external/openscreen/discovery/DEPS

10 lines
185 B
Plaintext
Raw Permalink Normal View History

# -*- Mode: Python; -*-
include_rules = [
# Intra-discovery dependencies must be explicit.
'-discovery',
# All discovery code can use discovery/common.
'+discovery/common',
]