| Index: webrtc/sdk/BUILD.gn
|
| diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
|
| index 38c5b68de6b300ab0e1901b6ac24ace4377dfc1d..4415ccf17beb6d48b610c42145a0db33b8e9dd63 100644
|
| --- a/webrtc/sdk/BUILD.gn
|
| +++ b/webrtc/sdk/BUILD.gn
|
| @@ -260,6 +260,9 @@ if (is_ios || is_mac) {
|
| if (rtc_include_tests) {
|
| rtc_source_set("rtc_sdk_peerconnection_objc_unittests") {
|
| testonly = true
|
| + if (!is_android && !is_ios) { # Generated targets makes this check break.
|
| + visibility = [ "//webrtc:rtc_unittests" ]
|
| + }
|
| sources = [
|
| "objc/Framework/UnitTests/RTCConfigurationTest.mm",
|
| "objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm",
|
|
|