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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/objc/RTCMediaStreamTrack.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'objc/RTCOpenGLVideoRenderer.h', 165 'objc/RTCOpenGLVideoRenderer.h',
166 'objc/RTCOpenGLVideoRenderer.mm', 166 'objc/RTCOpenGLVideoRenderer.mm',
167 'objc/RTCPeerConnection+DataChannel.mm', 167 'objc/RTCPeerConnection+DataChannel.mm',
168 'objc/RTCPeerConnection+Private.h', 168 'objc/RTCPeerConnection+Private.h',
169 'objc/RTCPeerConnection+Stats.mm', 169 'objc/RTCPeerConnection+Stats.mm',
170 'objc/RTCPeerConnection.h', 170 'objc/RTCPeerConnection.h',
171 'objc/RTCPeerConnection.mm', 171 'objc/RTCPeerConnection.mm',
172 'objc/RTCPeerConnectionFactory+Private.h', 172 'objc/RTCPeerConnectionFactory+Private.h',
173 'objc/RTCPeerConnectionFactory.h', 173 'objc/RTCPeerConnectionFactory.h',
174 'objc/RTCPeerConnectionFactory.mm', 174 'objc/RTCPeerConnectionFactory.mm',
175 'objc/RTCRtpEncodingParameters+Private.h',
176 'objc/RTCRtpEncodingParameters.h',
177 'objc/RTCRtpEncodingParameters.mm',
178 'objc/RTCRtpParameters+Private.h',
179 'objc/RTCRtpParameters.h',
180 'objc/RTCRtpParameters.mm',
181 'objc/RTCRtpSender+Private.h',
182 'objc/RTCRtpSender.h',
183 'objc/RTCRtpSender.mm',
175 'objc/RTCSessionDescription+Private.h', 184 'objc/RTCSessionDescription+Private.h',
176 'objc/RTCSessionDescription.h', 185 'objc/RTCSessionDescription.h',
177 'objc/RTCSessionDescription.mm', 186 'objc/RTCSessionDescription.mm',
178 'objc/RTCStatsReport+Private.h', 187 'objc/RTCStatsReport+Private.h',
179 'objc/RTCStatsReport.h', 188 'objc/RTCStatsReport.h',
180 'objc/RTCStatsReport.mm', 189 'objc/RTCStatsReport.mm',
181 'objc/RTCVideoFrame+Private.h', 190 'objc/RTCVideoFrame+Private.h',
182 'objc/RTCVideoFrame.h', 191 'objc/RTCVideoFrame.h',
183 'objc/RTCVideoFrame.mm', 192 'objc/RTCVideoFrame.mm',
184 'objc/RTCVideoRenderer.h', 193 'objc/RTCVideoRenderer.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'AdditionalOptions': [ 372 'AdditionalOptions': [
364 '-Wno-sign-compare', 373 '-Wno-sign-compare',
365 ], 374 ],
366 }, 375 },
367 }, 376 },
368 }], 377 }],
369 ], 378 ],
370 }, # target libjingle_peerconnection 379 }, # target libjingle_peerconnection
371 ], # targets 380 ], # targets
372 } 381 }
OLDNEW
« 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