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

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

Issue 2271583003: Implement CVO for iOS capturer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Default to portrait orientation on iPhone Created 4 years, 3 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/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright 2016 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': [ 10 'includes': [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'objc/Framework/Headers/WebRTC/RTCRtpReceiver.h', 182 'objc/Framework/Headers/WebRTC/RTCRtpReceiver.h',
183 'objc/Framework/Headers/WebRTC/RTCRtpSender.h', 183 'objc/Framework/Headers/WebRTC/RTCRtpSender.h',
184 'objc/Framework/Headers/WebRTC/RTCSessionDescription.h', 184 'objc/Framework/Headers/WebRTC/RTCSessionDescription.h',
185 'objc/Framework/Headers/WebRTC/RTCStatsReport.h', 185 'objc/Framework/Headers/WebRTC/RTCStatsReport.h',
186 'objc/Framework/Headers/WebRTC/RTCVideoFrame.h', 186 'objc/Framework/Headers/WebRTC/RTCVideoFrame.h',
187 'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h', 187 'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h',
188 'objc/Framework/Headers/WebRTC/RTCVideoSource.h', 188 'objc/Framework/Headers/WebRTC/RTCVideoSource.h',
189 'objc/Framework/Headers/WebRTC/RTCVideoTrack.h', 189 'objc/Framework/Headers/WebRTC/RTCVideoTrack.h',
190 ], # sources 190 ], # sources
191 'conditions': [ 191 'conditions': [
192 ['build_libyuv==1', {
193 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv'],
194 }],
192 ['OS=="ios"', { 195 ['OS=="ios"', {
193 'sources': [ 196 'sources': [
194 'objc/Framework/Classes/RTCEAGLVideoView.m', 197 'objc/Framework/Classes/RTCEAGLVideoView.m',
195 'objc/Framework/Classes/RTCNativeNV12Shader.mm', 198 'objc/Framework/Classes/RTCNativeNV12Shader.mm',
196 'objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h', 199 'objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h',
197 ], 200 ],
198 'link_settings': { 201 'link_settings': {
199 'xcode_settings': { 202 'xcode_settings': {
200 'OTHER_LDFLAGS': [ 203 'OTHER_LDFLAGS': [
201 '-framework CoreGraphics', 204 '-framework CoreGraphics',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'mac_framework_headers!': [ 325 'mac_framework_headers!': [
323 'objc/Framework/Headers/WebRTC/RTCFileLogger.h', 326 'objc/Framework/Headers/WebRTC/RTCFileLogger.h',
324 ], 327 ],
325 }], 328 }],
326 ], # conditions 329 ], # conditions
327 }, # rtc_sdk_framework_objc 330 }, # rtc_sdk_framework_objc
328 ], # targets 331 ], # targets
329 }], # OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7") 332 }], # OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")
330 ], 333 ],
331 } 334 }
OLDNEW
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698