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

Unified Diff: webrtc/api/api.gyp

Issue 1558733002: Update API for Objective-C RTCMediaStream. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix build issues Created 4 years, 11 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/RTCMediaStream.h » ('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 5d40cd0f398b80583a17676a822934da67d7f610..5f848d7663c71d77c90737b01d9156e86c9fc358 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -19,12 +19,12 @@
'../../talk/libjingle.gyp:libjingle_peerconnection',
],
'sources': [
- 'objc/RTCAudioTrack+Private.h',
- 'objc/RTCAudioTrack.h',
- 'objc/RTCAudioTrack.mm',
'objc/RTCAVFoundationVideoSource+Private.h',
'objc/RTCAVFoundationVideoSource.h',
'objc/RTCAVFoundationVideoSource.mm',
+ 'objc/RTCAudioTrack+Private.h',
+ 'objc/RTCAudioTrack.h',
+ 'objc/RTCAudioTrack.mm',
'objc/RTCIceCandidate+Private.h',
'objc/RTCIceCandidate.h',
'objc/RTCIceCandidate.mm',
@@ -34,6 +34,9 @@
'objc/RTCMediaConstraints+Private.h',
'objc/RTCMediaConstraints.h',
'objc/RTCMediaConstraints.mm',
+ 'objc/RTCMediaStream+Private.h',
+ 'objc/RTCMediaStream.h',
+ 'objc/RTCMediaStream.mm',
'objc/RTCMediaStreamTrack+Private.h',
'objc/RTCMediaStreamTrack.h',
'objc/RTCMediaStreamTrack.mm',
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/objc/RTCMediaStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698