diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index 2b92b36ddc..9bc8cf1c3a 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -78,7 +78,7 @@ rtc_source_set("callback_list") { # The subset of rtc_base approved for use outside of libjingle. # TODO(bugs.webrtc.org/9838): Create small and focused build targets and remove # the old concept of rtc_base and rtc_base_approved. -rtc_library("rtc_base_approved") { +rtc_source_set("rtc_base_approved") { visibility = [ "*" ] deps = [ ":atomicops",