Revert "Forward fix for BUILD file error"

This reverts commit df8baf6a8e989dff78730ea7a6556e562e6cb50f.

Reason for revert: Breaks downstream build (missing INSTANTIATE_TEST_SUITE_P in pc/data_channel_integrationtest.cc).

Original change's description:
> 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}

TBR=mbonadei@webrtc.org,hta@webrtc.org

Change-Id: I25ba744a1e056dd5a1845da3835d59e5c6dbfd36
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: none
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/207282
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33253}
This commit is contained in:
Mirko Bonadei 2021-02-13 10:17:05 +00:00 committed by Commit Bot
parent 8eea117dea
commit 6603ca3b9a

View File

@ -1169,12 +1169,12 @@ if (rtc_include_tests && !build_with_chromium) {
"../test:rtp_test_utils",
"../test/pc/sctp:fake_sctp_transport",
"./scenario_tests:pc_scenario_tests",
"//testing/gmock:gmock",
"//testing/gtest:gtest",
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",
"//third_party/googletest:gmock",
"//third_party/googletest:gtest",
]
if (is_android) {
deps += [ ":android_black_magic" ]