Harald Alvestrand 7a3c07b8ef Cleanup: Move all comparator tests to codec_comparators_unittests
This CL has no functional changes.

Bug: webrtc:360058654
Change-Id: I28a9347a5787efd068bc207d4ab72d27cf7400c3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366202
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Auto-Submit: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43277}
2024-10-22 11:52:15 +00:00

50 lines
1013 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",
"+third_party/libyuv",
]
specific_include_rules = {
"win32devicemanager\.cc": [
"+third_party/logitech/files/logitechquickcam.h",
],
".*webrtc_video_engine\.h": [
"+video/config",
],
".*webrtc_video_engine\.cc": [
"+video/config",
],
".*media_channel\.h": [
"+video/config",
],
".*webrtc_video_engine_unittest\.cc": [
"+video/config",
],
".*fake_webrtc_call\.cc": [
"+video/config",
],
".*fake_webrtc_call\.h": [
"+video/config",
],
".*codec\.h": [
"+absl/strings/str_format.h",
],
".*codec_unittest\.cc": [
"+absl/strings/str_cat.h",
],
}