| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index 8c443cb4780bee69614f6f0d8e963e0ec39e1130..15b2132a796bad8eb6dee72264adbd32967e1e87 100644
|
| --- a/webrtc/api/BUILD.gn
|
| +++ b/webrtc/api/BUILD.gn
|
| @@ -57,14 +57,21 @@ rtc_static_library("libjingle_peerconnection_api") {
|
| "mediatypes.h",
|
| "notifier.h",
|
| "ortcfactoryinterface.h",
|
| + "ortcrtpreceiverinterface.h",
|
| + "ortcrtpsenderinterface.h",
|
| + "packettransportinterface.h",
|
| "peerconnectionfactoryproxy.h",
|
| "peerconnectioninterface.h",
|
| "peerconnectionproxy.h",
|
| "proxy.h",
|
| + "rtcerror.cc",
|
| + "rtcerror.h",
|
| "rtpparameters.h",
|
| "rtpreceiverinterface.h",
|
| "rtpsender.h",
|
| "rtpsenderinterface.h",
|
| + "rtptransportcontrollerinterface.h",
|
| + "rtptransportinterface.h",
|
| "statstypes.cc",
|
| "statstypes.h",
|
| "streamcollection.h",
|
|
|