Bug: webrtc:12614 Change-Id: Ie710621610fff9f8bb6c7d800419675892d6a70c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215680 Commit-Queue: Florent Castelli <orphis@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33935}
27 lines
561 B
Python
27 lines
561 B
Python
include_rules = [
|
|
"+call",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+modules/async_audio_processing",
|
|
"+modules/audio_coding",
|
|
"+modules/audio_device",
|
|
"+modules/audio_mixer",
|
|
"+modules/audio_processing",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/video_capture",
|
|
"+modules/video_coding",
|
|
"+modules/video_coding/utility",
|
|
"+net/dcsctp",
|
|
"+p2p",
|
|
"+sound",
|
|
"+system_wrappers",
|
|
"+usrsctplib",
|
|
"+third_party/libyuv",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"win32devicemanager\.cc": [
|
|
"+third_party/logitech/files/logitechquickcam.h",
|
|
],
|
|
}
|