with downstream fixes. Bug: webrtc:42226242 Change-Id: I88d7b5ffc1f86c01ea13948c27b4210d032f4190 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361360 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42921}
56 lines
1.3 KiB
Python
56 lines
1.3 KiB
Python
include_rules = [
|
|
"+audio",
|
|
"+logging/rtc_event_log",
|
|
"+modules/async_audio_processing",
|
|
"+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/frame_counts.h",
|
|
],
|
|
"video_send_stream\.h": [
|
|
"+common_video",
|
|
],
|
|
"rtp_transport_controller_send_interface\.h": [
|
|
"+common_video/frame_counts.h",
|
|
],
|
|
"call_perf_tests\.cc": [
|
|
"+media/engine",
|
|
],
|
|
"simulated_network\.h": [
|
|
"+test/network/simulated_network.h",
|
|
],
|
|
"rtp_payload_params\.cc": [
|
|
"+common_video/generic_frame_descriptor",
|
|
],
|
|
"rtp_payload_params\.h": [
|
|
"+common_video/generic_frame_descriptor",
|
|
],
|
|
"rtp_payload_params_unittest\.cc": [
|
|
"+common_video/generic_frame_descriptor",
|
|
],
|
|
"rtp_video_sender\.cc": [
|
|
"+common_video/frame_counts.h",
|
|
"+common_video/generic_frame_descriptor",
|
|
],
|
|
"rtp_video_sender.h": [
|
|
"+common_video/frame_counts.h",
|
|
],
|
|
"rtp_video_sender_unittest.cc": [
|
|
"+common_video/frame_counts.h",
|
|
"+common_video/generic_frame_descriptor",
|
|
],
|
|
}
|