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

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

Issue 2188883002: Use 15fps for iPhone 4S (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: guard ios only import. Created 4 years, 4 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/Headers/WebRTC/WebRTC.h ('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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h', 50 'objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h',
51 'objc/Framework/Headers/WebRTC/RTCSSLAdapter.h', 51 'objc/Framework/Headers/WebRTC/RTCSSLAdapter.h',
52 'objc/Framework/Headers/WebRTC/RTCTracing.h', 52 'objc/Framework/Headers/WebRTC/RTCTracing.h',
53 ], 53 ],
54 'conditions': [ 54 'conditions': [
55 ['OS=="ios"', { 55 ['OS=="ios"', {
56 'sources': [ 56 'sources': [
57 'objc/Framework/Classes/RTCCameraPreviewView.m', 57 'objc/Framework/Classes/RTCCameraPreviewView.m',
58 'objc/Framework/Classes/RTCUIApplication.h', 58 'objc/Framework/Classes/RTCUIApplication.h',
59 'objc/Framework/Classes/RTCUIApplication.mm', 59 'objc/Framework/Classes/RTCUIApplication.mm',
60 'objc/Framework/Classes/UIDevice+RTCDevice.mm',
60 'objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h', 61 'objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h',
62 'objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h',
61 ], 63 ],
62 'link_settings': { 64 'link_settings': {
63 'xcode_settings': { 65 'xcode_settings': {
64 'OTHER_LDFLAGS': [ 66 'OTHER_LDFLAGS': [
65 '-framework AVFoundation', 67 '-framework AVFoundation',
66 ], 68 ],
67 }, 69 },
68 }, 70 },
69 }], # OS=="ios" 71 }], # OS=="ios"
70 ['build_with_chromium==0', { 72 ['build_with_chromium==0', {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'objc/Framework/Headers/WebRTC/RTCRtpReceiver.h', 268 'objc/Framework/Headers/WebRTC/RTCRtpReceiver.h',
267 'objc/Framework/Headers/WebRTC/RTCRtpSender.h', 269 'objc/Framework/Headers/WebRTC/RTCRtpSender.h',
268 'objc/Framework/Headers/WebRTC/RTCSessionDescription.h', 270 'objc/Framework/Headers/WebRTC/RTCSessionDescription.h',
269 'objc/Framework/Headers/WebRTC/RTCSSLAdapter.h', 271 'objc/Framework/Headers/WebRTC/RTCSSLAdapter.h',
270 'objc/Framework/Headers/WebRTC/RTCStatsReport.h', 272 'objc/Framework/Headers/WebRTC/RTCStatsReport.h',
271 'objc/Framework/Headers/WebRTC/RTCTracing.h', 273 'objc/Framework/Headers/WebRTC/RTCTracing.h',
272 'objc/Framework/Headers/WebRTC/RTCVideoFrame.h', 274 'objc/Framework/Headers/WebRTC/RTCVideoFrame.h',
273 'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h', 275 'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h',
274 'objc/Framework/Headers/WebRTC/RTCVideoSource.h', 276 'objc/Framework/Headers/WebRTC/RTCVideoSource.h',
275 'objc/Framework/Headers/WebRTC/RTCVideoTrack.h', 277 'objc/Framework/Headers/WebRTC/RTCVideoTrack.h',
278 'objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h',
276 'objc/Framework/Headers/WebRTC/WebRTC.h', 279 'objc/Framework/Headers/WebRTC/WebRTC.h',
277 ], 280 ],
278 'dependencies': [ 281 'dependencies': [
279 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa ult', 282 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa ult',
280 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' , 283 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' ,
281 'rtc_sdk_peerconnection_objc', 284 'rtc_sdk_peerconnection_objc',
282 ], 285 ],
283 'xcode_settings': { 286 'xcode_settings': {
284 'CODE_SIGNING_REQUIRED': 'NO', 287 'CODE_SIGNING_REQUIRED': 'NO',
285 'CODE_SIGN_IDENTITY': '', 288 'CODE_SIGN_IDENTITY': '',
(...skipping 27 matching lines...) Expand all
313 'mac_framework_headers!': [ 316 'mac_framework_headers!': [
314 'objc/Framework/Headers/WebRTC/RTCFileLogger.h', 317 'objc/Framework/Headers/WebRTC/RTCFileLogger.h',
315 ], 318 ],
316 }], 319 }],
317 ], # conditions 320 ], # conditions
318 }, # rtc_sdk_framework_objc 321 }, # rtc_sdk_framework_objc
319 ], # targets 322 ], # targets
320 }], # OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7") 323 }], # OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")
321 ], 324 ],
322 } 325 }
OLDNEW
« no previous file with comments | « webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698