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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/sdk.gyp
diff --git a/webrtc/sdk/sdk.gyp b/webrtc/sdk/sdk.gyp
index 26142e53124c2096b1101a74627541f245f654e4..6f46674beef2a5d47dbda156994ef818778fed3d 100644
--- a/webrtc/sdk/sdk.gyp
+++ b/webrtc/sdk/sdk.gyp
@@ -57,7 +57,9 @@
'objc/Framework/Classes/RTCCameraPreviewView.m',
'objc/Framework/Classes/RTCUIApplication.h',
'objc/Framework/Classes/RTCUIApplication.mm',
+ 'objc/Framework/Classes/UIDevice+RTCDevice.mm',
'objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h',
+ 'objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h',
],
'link_settings': {
'xcode_settings': {
@@ -273,6 +275,7 @@
'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h',
'objc/Framework/Headers/WebRTC/RTCVideoSource.h',
'objc/Framework/Headers/WebRTC/RTCVideoTrack.h',
+ 'objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h',
'objc/Framework/Headers/WebRTC/WebRTC.h',
],
'dependencies': [
« 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