Bug: webrtc:42225697 Change-Id: I288a808c4aae852212b09fdf9551e20fe3066e39 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367205 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43341}
28 lines
569 B
Python
28 lines
569 B
Python
include_rules = [
|
|
"+third_party/libsrtp",
|
|
"+call",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+logging/rtc_event_log",
|
|
"+media",
|
|
"+modules/audio_device",
|
|
"+modules/audio_processing",
|
|
"+modules/congestion_controller",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/video_coding",
|
|
"+modules/video_render",
|
|
"+net/dcsctp",
|
|
"+p2p",
|
|
"+system_wrappers",
|
|
"+absl/strings/str_cat.h",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"androidtestinitializer\.cc": [
|
|
"+base/android", # Allowed only for Android tests.
|
|
],
|
|
"srtpfilter_unittest\.cc": [
|
|
"+crypto",
|
|
],
|
|
}
|