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

Unified Diff: test/ios/gyptest-app-ios.py

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/test.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/gyptest-app-ios.py
diff --git a/test/ios/gyptest-app-ios.py b/test/ios/gyptest-app-ios.py
index 548b118729c7bf1b65b6a6505e717d5bfe4e724e..48da70da04e2b050a8288e9bcec7e855e73c0f7f 100755
--- a/test/ios/gyptest-app-ios.py
+++ b/test/ios/gyptest-app-ios.py
@@ -33,6 +33,9 @@ if sys.platform == 'darwin':
test.built_file_must_exist(
'Test App Gyp.bundle/English.lproj/MainMenu.nib',
chdir='app-bundle')
+ test.built_file_must_exist(
+ 'Test App Gyp.bundle/English.lproj/Main_iPhone.storyboardc',
+ chdir='app-bundle')
# Packaging
test.built_file_must_exist('Test App Gyp.bundle/PkgInfo',
« no previous file with comments | « test/ios/app-bundle/test.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698