You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
633 B
27 lines
633 B
include_rules = [
|
|
"+call",
|
|
"+common_audio",
|
|
"+logging/rtc_event_log",
|
|
"+modules/audio_coding",
|
|
"+modules/audio_device",
|
|
"+modules/audio_mixer",
|
|
"+modules/audio_processing",
|
|
"+modules/audio_processing/include",
|
|
"+modules/bitrate_controller",
|
|
"+modules/congestion_controller",
|
|
"+modules/pacing",
|
|
"+modules/remote_bitrate_estimator",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/utility",
|
|
"+system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"audio_send_stream.cc": [
|
|
"+modules/audio_coding/codecs/cng/audio_encoder_cng.h",
|
|
],
|
|
"audio_transport_impl.h": [
|
|
"+modules/audio_processing/typing_detection.h",
|
|
]
|
|
}
|