| Index: webrtc/modules/utility/BUILD.gn
|
| diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
|
| index ae042d4c2237ac02038293304c3f645008eb2523..fdd850477d754022ddab70139e62cbfea3659e7d 100644
|
| --- a/webrtc/modules/utility/BUILD.gn
|
| +++ b/webrtc/modules/utility/BUILD.gn
|
| @@ -42,6 +42,9 @@ rtc_static_library("utility") {
|
| if (rtc_include_tests) {
|
| rtc_source_set("utility_unittests") {
|
| testonly = true
|
| + if (!is_android && !is_ios) { # Generated targets makes this check break.
|
| + visibility = [ "//webrtc/modules:modules_unittests" ]
|
| + }
|
| sources = [
|
| "source/process_thread_impl_unittest.cc",
|
| ]
|
|
|