diff --git a/BUILD.gn b/BUILD.gn index 32fcfa29f1..31cf726ee4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -399,11 +399,14 @@ if (!build_with_chromium) { deps = [ ":webrtc_common", + "api:create_peerconnection_factory", "api:libjingle_peerconnection_api", "api:rtc_error", "api:transport_api", "api/crypto", "api/rtc_event_log:rtc_event_log_factory", + "api/task_queue", + "api/task_queue:default_task_queue_factory", "audio", "call", "common_audio", diff --git a/api/BUILD.gn b/api/BUILD.gn index 27fb45eef9..58fd04eef2 100644 --- a/api/BUILD.gn +++ b/api/BUILD.gn @@ -36,7 +36,7 @@ rtc_source_set("callfactory_api") { } if (!build_with_chromium) { - rtc_static_library("create_peerconnection_factory") { + rtc_source_set("create_peerconnection_factory") { visibility = [ "*" ] allow_poison = [ "default_task_queue" ] sources = [