| # -*- Mode: Python; -*- | |
| include_rules = [ | |
| # Allowed to use discovery module. | |
| '+discovery/public', | |
| '+discovery/dnssd/public', | |
| # Also necessary to implement discovery APIs. | |
| '+discovery/common', | |
| # Allowed to use quiche module. | |
| '+quiche/common', | |
| '+quiche/quic', | |
| # Allowed to use platform QUIC adapters. | |
| '+platform/impl/quic', | |
| # Allowed to use boringssl module. | |
| '+openssl/base.h', | |
| '+openssl/bio.h', | |
| '+openssl/evp.h', | |
| '+openssl/nid.h', | |
| ] |