Cleanup video test target dependencies in video_test_common.
The purpose is to fix (Asan discovered) duble definitions in upstream project. BUG=none Review-Url: https://codereview.webrtc.org/2721303002 Cr-Commit-Position: refs/heads/master@{#16939}
This commit is contained in:
@ -52,7 +52,6 @@ rtc_source_set("video_test_common") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
":video_test_support",
|
||||
"../common_video",
|
||||
"../modules/video_capture:video_capture_module",
|
||||
]
|
||||
@ -292,10 +291,12 @@ rtc_test("test_support_unittests") {
|
||||
}
|
||||
|
||||
deps += [
|
||||
":direct_transport",
|
||||
":fileutils_unittests",
|
||||
":test_common",
|
||||
":test_main",
|
||||
":video_test_common",
|
||||
":video_test_support",
|
||||
"../modules/video_capture",
|
||||
"//testing/gmock",
|
||||
"//testing/gtest",
|
||||
@ -396,6 +397,7 @@ rtc_source_set("test_common") {
|
||||
":fake_audio_device",
|
||||
":rtp_test_utils",
|
||||
":test_support",
|
||||
":video_test_common",
|
||||
"..:webrtc_common",
|
||||
"../audio",
|
||||
"../base:rtc_base_approved",
|
||||
@ -475,7 +477,6 @@ rtc_source_set("test_renderer") {
|
||||
|
||||
deps = [
|
||||
":test_support",
|
||||
":video_test_common",
|
||||
"../modules/media_file",
|
||||
"//testing/gtest",
|
||||
]
|
||||
|
||||
@ -91,6 +91,7 @@ if (rtc_include_tests) {
|
||||
"../system_wrappers",
|
||||
"//testing/gtest",
|
||||
"//webrtc/test:test_renderer",
|
||||
"//webrtc/test:video_test_common",
|
||||
]
|
||||
if (!is_android) {
|
||||
deps += [ "../modules/video_capture:video_capture_internal_impl" ]
|
||||
|
||||
Reference in New Issue
Block a user