This is redundant with [1]. [1] - https://cs.chromium.org/chromium/src/third_party/webrtc/DEPS?l=1424&rcl=914acd7589c3a31d8f99932b9c9a1917af2aa70f Bug: webrtc:10244 No-Try: True Change-Id: I447a9cb4187020d0ed74a2729b85d7924993cc70 Reviewed-on: https://webrtc-review.googlesource.com/c/119924 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26422}
26 lines
516 B
Python
26 lines
516 B
Python
include_rules = [
|
|
"+call",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+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",
|
|
"+p2p",
|
|
"+pc",
|
|
"+sound",
|
|
"+system_wrappers",
|
|
"+usrsctplib",
|
|
"+third_party/libyuv",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"win32devicemanager\.cc": [
|
|
"+third_party/logitech/files/logitechquickcam.h",
|
|
],
|
|
}
|