Make api:create_peerconnection_factory public.

TBR=kwiberg@webrtc.org

Bug: None
Change-Id: I21449f28d49a0525d2cfd864a1ed3a17239adfcc
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/c/111257
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25692}
This commit is contained in:
Mirko Bonadei 2018-11-19 14:30:17 +01:00 committed by Commit Bot
parent c5e8be3c1c
commit c3313a3e6c

View file

@ -45,6 +45,7 @@ rtc_source_set("callfactory_api") {
} }
rtc_static_library("create_peerconnection_factory") { rtc_static_library("create_peerconnection_factory") {
visibility = [ "*" ]
sources = [ sources = [
"create_peerconnection_factory.cc", "create_peerconnection_factory.cc",
"create_peerconnection_factory.h", "create_peerconnection_factory.h",