Depend directly on destination targets.
Makes 'gn check' happy. Followup to https://webrtc-review.googlesource.com/c/src/+/106820 Bug: webrtc:5876, webrtc:9855 Change-Id: I33fa2c31ba26dc10c9a9c17da0ffed255c1f4d5b Reviewed-on: https://webrtc-review.googlesource.com/c/108760 Commit-Queue: Yves Gerey <yvesg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25447}
This commit is contained in:
@ -362,6 +362,7 @@ if (rtc_include_tests) {
|
|||||||
"//testing/gmock",
|
"//testing/gmock",
|
||||||
"//testing/gtest",
|
"//testing/gtest",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
|
"//third_party/abseil-cpp/absl/types:optional",
|
||||||
]
|
]
|
||||||
if (!build_with_chromium && is_clang) {
|
if (!build_with_chromium && is_clang) {
|
||||||
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
||||||
|
@ -352,6 +352,7 @@ if (rtc_enable_protobuf) {
|
|||||||
"../test:test_support",
|
"../test:test_support",
|
||||||
"//testing/gtest",
|
"//testing/gtest",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
|
"//third_party/abseil-cpp/absl/types:optional",
|
||||||
]
|
]
|
||||||
if (!build_with_chromium && is_clang) {
|
if (!build_with_chromium && is_clang) {
|
||||||
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
||||||
|
@ -455,6 +455,7 @@ if (rtc_include_tests) {
|
|||||||
"../rtc_base:rtc_task_queue",
|
"../rtc_base:rtc_task_queue",
|
||||||
"../rtc_base:stringutils",
|
"../rtc_base:stringutils",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
|
"//third_party/abseil-cpp/absl/strings",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"base/fakeframesource.cc",
|
"base/fakeframesource.cc",
|
||||||
@ -551,6 +552,7 @@ if (rtc_include_tests) {
|
|||||||
"../rtc_base:stringutils",
|
"../rtc_base:stringutils",
|
||||||
"../test:field_trial",
|
"../test:field_trial",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
|
"//third_party/abseil-cpp/absl/strings",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"base/codec_unittest.cc",
|
"base/codec_unittest.cc",
|
||||||
|
@ -1437,6 +1437,7 @@ if (rtc_include_tests) {
|
|||||||
":neteq_tools",
|
":neteq_tools",
|
||||||
"../../rtc_base:rtc_base_approved",
|
"../../rtc_base:rtc_base_approved",
|
||||||
"../../test:test_support",
|
"../../test:test_support",
|
||||||
|
"//third_party/abseil-cpp/absl/strings",
|
||||||
"//testing/gtest",
|
"//testing/gtest",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -2123,6 +2124,7 @@ if (rtc_include_tests) {
|
|||||||
"codecs/opus/test:test_unittest",
|
"codecs/opus/test:test_unittest",
|
||||||
"//testing/gtest",
|
"//testing/gtest",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
|
"//third_party/abseil-cpp/absl/types:optional",
|
||||||
]
|
]
|
||||||
|
|
||||||
defines = audio_coding_defines
|
defines = audio_coding_defines
|
||||||
|
@ -509,6 +509,7 @@ if (rtc_include_tests) {
|
|||||||
"../system_wrappers:metrics",
|
"../system_wrappers:metrics",
|
||||||
"../test:fileutils",
|
"../test:fileutils",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
|
"//third_party/abseil-cpp/absl/strings",
|
||||||
]
|
]
|
||||||
if (is_android) {
|
if (is_android) {
|
||||||
deps += [ ":android_black_magic" ]
|
deps += [ ":android_black_magic" ]
|
||||||
|
Reference in New Issue
Block a user