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:
parent
066c2ab92f
commit
ba700de81f
3
BUILD.gn
3
BUILD.gn
@ -399,11 +399,14 @@ if (!build_with_chromium) {
|
|||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
":webrtc_common",
|
":webrtc_common",
|
||||||
|
"api:create_peerconnection_factory",
|
||||||
"api:libjingle_peerconnection_api",
|
"api:libjingle_peerconnection_api",
|
||||||
"api:rtc_error",
|
"api:rtc_error",
|
||||||
"api:transport_api",
|
"api:transport_api",
|
||||||
"api/crypto",
|
"api/crypto",
|
||||||
"api/rtc_event_log:rtc_event_log_factory",
|
"api/rtc_event_log:rtc_event_log_factory",
|
||||||
|
"api/task_queue",
|
||||||
|
"api/task_queue:default_task_queue_factory",
|
||||||
"audio",
|
"audio",
|
||||||
"call",
|
"call",
|
||||||
"common_audio",
|
"common_audio",
|
||||||
|
|||||||
@ -36,7 +36,7 @@ rtc_source_set("callfactory_api") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!build_with_chromium) {
|
if (!build_with_chromium) {
|
||||||
rtc_static_library("create_peerconnection_factory") {
|
rtc_source_set("create_peerconnection_factory") {
|
||||||
visibility = [ "*" ]
|
visibility = [ "*" ]
|
||||||
allow_poison = [ "default_task_queue" ]
|
allow_poison = [ "default_task_queue" ]
|
||||||
sources = [
|
sources = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user