aboutsummaryrefslogtreecommitdiff
path: root/talk/libjingle_examples.gyp
diff options
context:
space:
mode:
authorfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-25 00:11:56 +0000
committerfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-25 00:11:56 +0000
commit7fa1fcb72cc7b0d68a5e11d52724504c1cd4ac36 (patch)
tree9dc142215112428d8db052b80e0f6846ed150fdb /talk/libjingle_examples.gyp
parentce12f1fd320329b4111f2382225dd2cee1b69381 (diff)
downloadwebrtc-7fa1fcb72cc7b0d68a5e11d52724504c1cd4ac36.tar.gz
AppRTCDemo(ios): style/cleanup fixes following cr/62871616-p10
BUG=2168 R=noahric@google.com Review URL: https://webrtc-codereview.appspot.com/9709004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5768 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'talk/libjingle_examples.gyp')
-rwxr-xr-xtalk/libjingle_examples.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/talk/libjingle_examples.gyp b/talk/libjingle_examples.gyp
index 3acf28d6ba..cfae7418d6 100755
--- a/talk/libjingle_examples.gyp
+++ b/talk/libjingle_examples.gyp
@@ -248,18 +248,18 @@
'examples/ios/AppRTCDemo/APPRTCAppDelegate.m',
'examples/ios/AppRTCDemo/APPRTCViewController.h',
'examples/ios/AppRTCDemo/APPRTCViewController.m',
+ 'examples/ios/AppRTCDemo/APPRTCVideoView.h',
+ 'examples/ios/AppRTCDemo/APPRTCVideoView.m',
'examples/ios/AppRTCDemo/AppRTCDemo-Prefix.pch',
'examples/ios/AppRTCDemo/GAEChannelClient.h',
'examples/ios/AppRTCDemo/GAEChannelClient.m',
- 'examples/ios/AppRTCDemo/VideoView.h',
- 'examples/ios/AppRTCDemo/VideoView.m',
'examples/ios/AppRTCDemo/main.m',
],
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',
'INFOPLIST_FILE': 'examples/ios/AppRTCDemo/Info.plist',
'OTHER_LDFLAGS': [
- '-framework CoreGraphics',
+ '-framework CoreGraphics',
'-framework Foundation',
'-framework UIKit',
],