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

Side by Side Diff: webrtc/sdk/BUILD.gn

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 | « no previous file | webrtc/sdk/objc/Framework/Classes/UIDevice+RTCDevice.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 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("//build_overrides/webrtc.gni") 10 import("//build_overrides/webrtc.gni")
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "objc/Framework/Headers/WebRTC/RTCMetrics.h", 48 "objc/Framework/Headers/WebRTC/RTCMetrics.h",
49 "objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h", 49 "objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h",
50 "objc/Framework/Headers/WebRTC/RTCSSLAdapter.h", 50 "objc/Framework/Headers/WebRTC/RTCSSLAdapter.h",
51 "objc/Framework/Headers/WebRTC/RTCTracing.h", 51 "objc/Framework/Headers/WebRTC/RTCTracing.h",
52 ] 52 ]
53 if (is_ios) { 53 if (is_ios) {
54 sources += [ 54 sources += [
55 "objc/Framework/Classes/RTCCameraPreviewView.m", 55 "objc/Framework/Classes/RTCCameraPreviewView.m",
56 "objc/Framework/Classes/RTCUIApplication.h", 56 "objc/Framework/Classes/RTCUIApplication.h",
57 "objc/Framework/Classes/RTCUIApplication.mm", 57 "objc/Framework/Classes/RTCUIApplication.mm",
58 "objc/Framework/Classes/UIDevice+RTCDevice.mm",
58 "objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h", 59 "objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h",
60 "objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h",
59 ] 61 ]
60 libs = [ "AVFoundation.framework" ] 62 libs = [ "AVFoundation.framework" ]
61 } 63 }
62 if (!build_with_chromium) { 64 if (!build_with_chromium) {
63 sources += [ 65 sources += [
64 "objc/Framework/Classes/RTCFileLogger.mm", 66 "objc/Framework/Classes/RTCFileLogger.mm",
65 "objc/Framework/Headers/WebRTC/RTCFileLogger.h", 67 "objc/Framework/Headers/WebRTC/RTCFileLogger.h",
66 ] 68 ]
67 } 69 }
68 } 70 }
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ] 192 ]
191 193
192 deps = [ 194 deps = [
193 ":rtc_sdk_common_objc", 195 ":rtc_sdk_common_objc",
194 "../api:libjingle_peerconnection", 196 "../api:libjingle_peerconnection",
195 ] 197 ]
196 } 198 }
197 199
198 # TODO(tkchin): Add the rtc_sdk_framework_objc target. 200 # TODO(tkchin): Add the rtc_sdk_framework_objc target.
199 } 201 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/UIDevice+RTCDevice.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698