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

Unified Diff: webrtc/api/api.gyp

Issue 1640993002: Update API for Objective-C RTCPeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes based on feedback Created 4 years, 10 months 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
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/objc/RTCIceCandidate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index fe7cd0eacc4cea6ba50990e52caff2fd3c00986d..1efd53145625eb28b992811e765dc905f9df09dd 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -176,6 +176,11 @@
'objc/RTCMediaStreamTrack.mm',
'objc/RTCOpenGLVideoRenderer.h',
'objc/RTCOpenGLVideoRenderer.mm',
+ 'objc/RTCPeerConnection+DataChannel.mm',
+ 'objc/RTCPeerConnection+Private.h',
+ 'objc/RTCPeerConnection+Stats.mm',
+ 'objc/RTCPeerConnection.h',
+ 'objc/RTCPeerConnection.mm',
'objc/RTCPeerConnectionFactory+Private.h',
'objc/RTCPeerConnectionFactory.h',
'objc/RTCPeerConnectionFactory.mm',
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/objc/RTCIceCandidate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698