Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Unified Diff: webrtc/api/api.gyp

Issue 1558473002: Update API for Objective-C RTCPeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698