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

Unified Diff: test/ios/app-bundle/test.gyp

Issue 51103013: Add storyboard support. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Remove radar Created 7 years, 1 month 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 | « test/ios/app-bundle/TestApp/English.lproj/Main_iPhone.storyboard ('k') | test/ios/gyptest-app-ios.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/app-bundle/test.gyp
diff --git a/test/ios/app-bundle/test.gyp b/test/ios/app-bundle/test.gyp
index 41de4221554f66a081be0d0cf2ec8274d2cc000a..619976dd3709ac744a9b06500e9556b30cee738f 100644
--- a/test/ios/app-bundle/test.gyp
+++ b/test/ios/app-bundle/test.gyp
@@ -23,6 +23,7 @@
'mac_bundle_resources': [
'TestApp/English.lproj/InfoPlist.strings',
'TestApp/English.lproj/MainMenu.xib',
+ 'TestApp/English.lproj/Main_iPhone.storyboard',
],
'link_settings': {
'libraries': [
@@ -36,7 +37,7 @@
],
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
'SDKROOT': 'iphonesimulator', # -isysroot
- 'IPHONEOS_DEPLOYMENT_TARGET': '4.2',
+ 'IPHONEOS_DEPLOYMENT_TARGET': '5.0',
'CONFIGURATION_BUILD_DIR':'build/Default',
},
},
« no previous file with comments | « test/ios/app-bundle/TestApp/English.lproj/Main_iPhone.storyboard ('k') | test/ios/gyptest-app-ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698