Move test utilities into more specific build targets

Move audio- and video-specific utilities to audio_test_common (newly
added target) and video_test_common.

Bug: webrtc:10198
Change-Id: Ia10fa5c0a51d9b1f37db4964984d22fc5b269bb1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268980
Commit-Queue: Niels Moller <nisse@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37570}
This commit is contained in:
Niels Möller
2022-07-20 10:20:33 +02:00
committed by WebRTC LUCI CQ
parent 866caeb62c
commit 07d80675e2
2 changed files with 20 additions and 11 deletions

View File

@ -1557,7 +1557,7 @@ if (rtc_include_tests) {
":neteq_test_tools",
"../../api/audio_codecs:builtin_audio_decoder_factory",
"../../api/neteq:neteq_api",
"../../test:audio_codec_mocks",
"../../test:audio_test_common",
"../../test:field_trial",
"../../test:test_support",
]
@ -2111,6 +2111,7 @@ if (rtc_include_tests) {
"../../rtc_base/system:arch",
"../../system_wrappers",
"../../test:audio_codec_mocks",
"../../test:audio_test_common",
"../../test:field_trial",
"../../test:fileutils",
"../../test:rtc_expect_death",