Index: webrtc/api/api.gyp |
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
index 5c6cd0df63eb6e08f707c967f3f7827051476eaf..76f9791eb9ac6b1b798f187acbdf6039c88cf9da 100644 |
--- a/webrtc/api/api.gyp |
+++ b/webrtc/api/api.gyp |
@@ -16,11 +16,15 @@ |
'type': 'static_library', |
'dependencies': [ |
'<(webrtc_root)/base/base.gyp:rtc_base_objc', |
+ '../../talk/libjingle.gyp:libjingle_peerconnection', |
], |
'sources': [ |
'objc/RTCIceServer+Private.h', |
'objc/RTCIceServer.h', |
'objc/RTCIceServer.mm', |
+ 'objc/RTCPeerConnectionFactory+Private.h', |
+ 'objc/RTCPeerConnectionFactory.h', |
+ 'objc/RTCPeerConnectionFactory.mm', |
], |
'xcode_settings': { |
'CLANG_ENABLE_OBJC_ARC': 'YES', |