| Index: webrtc/pc/BUILD.gn
|
| diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
|
| index 4719db64c0a4ba73b18787d5f62c89e710c32ca6..60d76ed239c07d9a03cd09891502c6ee83e37a02 100644
|
| --- a/webrtc/pc/BUILD.gn
|
| +++ b/webrtc/pc/BUILD.gn
|
| @@ -185,7 +185,7 @@ rtc_static_library("peerconnection") {
|
| # need should use CreateModularCreatePeerConnectionFactory instead, using the
|
| # "peerconnection" build target and other targets specific to their
|
| # requrements. See comment in peerconnectionfactoryinterface.h.
|
| -rtc_source_set("create_pc_factory") {
|
| +rtc_static_library("create_pc_factory") {
|
| sources = [
|
| "createpeerconnectionfactory.cc",
|
| ]
|
|
|