| Index: webrtc/api/api.gyp
|
| diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
|
| index ec51b4772819758fd92c5cdc8836c5852d74a9e8..de69ed03409f6e368240d295ae10cfda349491a3 100644
|
| --- a/webrtc/api/api.gyp
|
| +++ b/webrtc/api/api.gyp
|
| @@ -51,9 +51,15 @@
|
| 'objc/RTCMediaStreamTrack.mm',
|
| 'objc/RTCOpenGLVideoRenderer.h',
|
| 'objc/RTCOpenGLVideoRenderer.mm',
|
| + 'objc/RTCPeerConnection+Private.h',
|
| + 'objc/RTCPeerConnection.h',
|
| + 'objc/RTCPeerConnection.mm',
|
| + 'objc/RTCPeerConnectionDelegate.h',
|
| 'objc/RTCPeerConnectionFactory+Private.h',
|
| 'objc/RTCPeerConnectionFactory.h',
|
| 'objc/RTCPeerConnectionFactory.mm',
|
| + 'objc/RTCPeerConnectionObserver.h',
|
| + 'objc/RTCPeerConnectionObserver.mm',
|
| 'objc/RTCSessionDescription+Private.h',
|
| 'objc/RTCSessionDescription.h',
|
| 'objc/RTCSessionDescription.mm',
|
|
|