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

Unified Diff: webrtc/api/api.gyp

Issue 1854393002: Objective C API to read and set RtpParameters (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: CR feedback Created 4 years, 8 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/RTCMediaStreamTrack.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 aa6ef38e5ef9afa404b25061831fc0aae2513d98..cfa8d9b8efa5c2806e4c1cb5a1edfed913816ee0 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -172,6 +172,15 @@
'objc/RTCPeerConnectionFactory+Private.h',
'objc/RTCPeerConnectionFactory.h',
'objc/RTCPeerConnectionFactory.mm',
+ 'objc/RTCRtpEncodingParameters+Private.h',
+ 'objc/RTCRtpEncodingParameters.h',
+ 'objc/RTCRtpEncodingParameters.mm',
+ 'objc/RTCRtpParameters+Private.h',
+ 'objc/RTCRtpParameters.h',
+ 'objc/RTCRtpParameters.mm',
+ 'objc/RTCRtpSender+Private.h',
+ 'objc/RTCRtpSender.h',
+ 'objc/RTCRtpSender.mm',
'objc/RTCSessionDescription+Private.h',
'objc/RTCSessionDescription.h',
'objc/RTCSessionDescription.mm',
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/objc/RTCMediaStreamTrack.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698