Add missing dependencies to the static library.

These missing deps were causing linker errors as reported on
https://groups.google.com/forum/#!topic/discuss-webrtc/wYrjr-LAkmg.

Bug: None
Change-Id: I2b1e80c188bcf45f299d14fd19c5775f23dc8463
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148073
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29424}
This commit is contained in:
Mirko Bonadei 2019-10-10 09:23:22 +02:00 committed by Commit Bot
parent 066c2ab92f
commit ba700de81f
2 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -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 = [