mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 23:57:59 +01:00

Bug: webrtc:8656 Change-Id: I3d42ffc92a7c95266e5d53bab03f388bd0de2592 Reviewed-on: https://webrtc-review.googlesource.com/39760 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Ying Wang <yinwa@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21710}
27 lines
562 B
Python
27 lines
562 B
Python
include_rules = [
|
|
"+audio",
|
|
"+logging/rtc_event_log",
|
|
"+modules/audio_coding",
|
|
"+modules/audio_device",
|
|
"+modules/audio_mixer",
|
|
"+modules/audio_processing",
|
|
"+modules/bitrate_controller",
|
|
"+modules/congestion_controller",
|
|
"+modules/video_coding",
|
|
"+modules/pacing",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/utility",
|
|
"+system_wrappers",
|
|
"+video",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"video_receive_stream\.h": [
|
|
"+common_video/include",
|
|
"+media/base",
|
|
],
|
|
"video_send_stream\.h": [
|
|
"+common_video/include",
|
|
"+media/base",
|
|
],
|
|
}
|