diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index 157be6f9af..3f337fdf2a 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -178,7 +178,7 @@ config("common_config") { } } -static_library("webrtc") { +source_set("webrtc") { sources = [ "call.h", "config.h",