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

Unified Diff: talk/libjingle_examples.gyp

Issue 1214113015: Update AppRTCDemo resolution for iPhone6/6+ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix names Created 5 years, 6 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 | « talk/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/libjingle_examples.gyp
diff --git a/talk/libjingle_examples.gyp b/talk/libjingle_examples.gyp
index 8a0848138fe5148e2fe495902652aeee429fb85c..5cd31b6d108642458b6fe24e0520634b56976e7d 100755
--- a/talk/libjingle_examples.gyp
+++ b/talk/libjingle_examples.gyp
@@ -222,7 +222,9 @@
'conditions': [
['OS=="ios"', {
'mac_bundle_resources': [
- 'examples/objc/AppRTCDemo/ios/resources/Default-568h.png',
+ 'examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png',
+ 'examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png',
+ 'examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png',
'examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf',
'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.png',
'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2x.png',
« no previous file with comments | « talk/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698