Forward fix for BUILD file error
Fixes a problem with a downstream importer. No-Try: True Bug: none Change-Id: Ia2525087755add1df8e96990655f1ec6ec4bd5b6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/207165 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33251}
This commit is contained in:

committed by
Commit Bot

parent
76d30a507d
commit
df8baf6a8e
@ -1169,12 +1169,12 @@ if (rtc_include_tests && !build_with_chromium) {
|
|||||||
"../test:rtp_test_utils",
|
"../test:rtp_test_utils",
|
||||||
"../test/pc/sctp:fake_sctp_transport",
|
"../test/pc/sctp:fake_sctp_transport",
|
||||||
"./scenario_tests:pc_scenario_tests",
|
"./scenario_tests:pc_scenario_tests",
|
||||||
|
"//testing/gmock:gmock",
|
||||||
|
"//testing/gtest:gtest",
|
||||||
"//third_party/abseil-cpp/absl/algorithm:container",
|
"//third_party/abseil-cpp/absl/algorithm:container",
|
||||||
"//third_party/abseil-cpp/absl/memory",
|
"//third_party/abseil-cpp/absl/memory",
|
||||||
"//third_party/abseil-cpp/absl/strings",
|
"//third_party/abseil-cpp/absl/strings",
|
||||||
"//third_party/abseil-cpp/absl/types:optional",
|
"//third_party/abseil-cpp/absl/types:optional",
|
||||||
"//third_party/googletest:gmock",
|
|
||||||
"//third_party/googletest:gtest",
|
|
||||||
]
|
]
|
||||||
if (is_android) {
|
if (is_android) {
|
||||||
deps += [ ":android_black_magic" ]
|
deps += [ ":android_black_magic" ]
|
||||||
|
Reference in New Issue
Block a user