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

Unified Diff: test/ios/gyptest-per-config-settings.py

Issue 25355002: ninja/mac: Create -iphoneos device builds for iOS ninja generator. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Rebaase Created 7 years, 2 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
« pylib/gyp/generator/ninja.py ('K') | « test/ios/app-bundle/test-device.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-per-config-settings.py
===================================================================
--- test/ios/gyptest-per-config-settings.py (revision 1746)
+++ test/ios/gyptest-per-config-settings.py (working copy)
@@ -29,13 +29,13 @@
test.run_gyp('test-device.gyp', chdir='app-bundle')
- for configuration in ['Debug-iphoneos', 'Debug-iphonesimulator']:
+ for configuration in ['Default-iphoneos', 'Default']:
test.set_configuration(configuration)
test.build('test-device.gyp', test.ALL, chdir='app-bundle')
result_file = test.built_file_path('Test App Gyp.bundle/Test App Gyp',
chdir='app-bundle')
test.must_exist(result_file)
- if configuration == 'Debug-iphoneos':
+ if configuration == 'Default-iphoneos':
CheckFileType(result_file, 'armv7')
else:
CheckFileType(result_file, 'i386')
« pylib/gyp/generator/ninja.py ('K') | « test/ios/app-bundle/test-device.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698