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

Side by Side Diff: webrtc/api/api.gyp

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Don't use object subscripting Created 4 years, 9 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 | « no previous file | webrtc/api/objc/RTCAVFoundationVideoSource.h » ('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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'objc/RTCVideoRendererAdapter+Private.h', 185 'objc/RTCVideoRendererAdapter+Private.h',
186 'objc/RTCVideoRendererAdapter.h', 186 'objc/RTCVideoRendererAdapter.h',
187 'objc/RTCVideoRendererAdapter.mm', 187 'objc/RTCVideoRendererAdapter.mm',
188 'objc/RTCVideoSource+Private.h', 188 'objc/RTCVideoSource+Private.h',
189 'objc/RTCVideoSource.h', 189 'objc/RTCVideoSource.h',
190 'objc/RTCVideoSource.mm', 190 'objc/RTCVideoSource.mm',
191 'objc/RTCVideoTrack+Private.h', 191 'objc/RTCVideoTrack+Private.h',
192 'objc/RTCVideoTrack.h', 192 'objc/RTCVideoTrack.h',
193 'objc/RTCVideoTrack.mm', 193 'objc/RTCVideoTrack.mm',
194 ], 194 ],
195 # TODO(hjon): Make this compile without linking to libstdc++
196 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=5593
197 'link_settings': {
198 'libraries': [
199 '-lstdc++',
200 ],
201 },
195 'conditions': [ 202 'conditions': [
196 ['OS=="ios"', { 203 ['OS=="ios"', {
197 'sources': [ 204 'sources': [
198 'objc/RTCAVFoundationVideoSource+Private.h', 205 'objc/RTCAVFoundationVideoSource+Private.h',
199 'objc/RTCAVFoundationVideoSource.h', 206 'objc/RTCAVFoundationVideoSource.h',
200 'objc/RTCAVFoundationVideoSource.mm', 207 'objc/RTCAVFoundationVideoSource.mm',
201 'objc/RTCEAGLVideoView.h', 208 'objc/RTCEAGLVideoView.h',
202 'objc/RTCEAGLVideoView.m', 209 'objc/RTCEAGLVideoView.m',
203 'objc/avfoundationvideocapturer.h', 210 'objc/avfoundationvideocapturer.h',
204 'objc/avfoundationvideocapturer.mm', 211 'objc/avfoundationvideocapturer.mm',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'AdditionalOptions': [ 358 'AdditionalOptions': [
352 '-Wno-sign-compare', 359 '-Wno-sign-compare',
353 ], 360 ],
354 }, 361 },
355 }, 362 },
356 }], 363 }],
357 ], 364 ],
358 }, # target libjingle_peerconnection 365 }, # target libjingle_peerconnection
359 ], # targets 366 ], # targets
360 } 367 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/objc/RTCAVFoundationVideoSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698