BUG=webrtc:7257 Review-Url: https://codereview.webrtc.org/2745473003 Cr-Commit-Position: refs/heads/master@{#17565}
15 lines
388 B
Python
15 lines
388 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/call",
|
|
"+webrtc/common_video",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/audio_coding/audio_network_adaptor",
|
|
"+webrtc/modules/audio_processing",
|
|
"+webrtc/modules/bitrate_controller",
|
|
"+webrtc/modules/congestion_controller",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|