diff --git a/pc/BUILD.gn b/pc/BUILD.gn index c227117808..f30bf9e9ad 100644 --- a/pc/BUILD.gn +++ b/pc/BUILD.gn @@ -398,7 +398,7 @@ rtc_source_set("sctp_transport") { rtc_source_set("sctp_utils") { visibility = [ ":*", - "../test/fuzzers:sctp_utils_fuzzer", + "../test/fuzzers:*", ] sources = [ "sctp_utils.cc",