diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index e780ba734f..5b9a5d5ac2 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -15,6 +15,11 @@ group("p2p") { ] } +# TODO(bugs.webrtc.org/8733): Move base/stun.{h,cc} into this target, +# after downstream dependencies are updated. +rtc_source_set("stun_types") { +} + rtc_static_library("rtc_p2p") { visibility = [ "*" ] sources = [