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

Unified Diff: test/ios/gyptest-xcode-ninja.py

Issue 245923003: Fix msvs-ninja OutputDirectory path. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Use reg.exe instead of _winreg. Created 6 years, 7 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 | « pylib/gyp/generator/msvs.py ('k') | test/lib/TestGyp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/gyptest-xcode-ninja.py
===================================================================
--- test/ios/gyptest-xcode-ninja.py (revision 1925)
+++ test/ios/gyptest-xcode-ninja.py (working copy)
@@ -16,14 +16,10 @@
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['xcode'])
- # Run ninja first
- test.format = 'ninja'
+ # Run ninja and xcode-ninja
+ test.formats = ['ninja', 'xcode-ninja']
test.run_gyp('test.gyp', chdir='app-bundle')
- # Then run xcode-ninja
- test.format = 'xcode-ninja'
- test.run_gyp('test.gyp', chdir='app-bundle')
-
# If it builds the target, it works.
test.build('test.ninja.gyp', chdir='app-bundle')
test.pass_test()
« no previous file with comments | « pylib/gyp/generator/msvs.py ('k') | test/lib/TestGyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698