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

Unified Diff: gyptest.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years, 4 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 | « no previous file | test/actions-bare/gyptest-bare.py » ('j') | test/build-option/gyptest-build.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyptest.py
diff --git a/gyptest.py b/gyptest.py
index 8f3ee0ffb04f299a465701b26d37d067b5f6ff8b..3c5a7b6a6e1f77d2a94abe9bbfb121195e2d19b2 100755
--- a/gyptest.py
+++ b/gyptest.py
@@ -224,7 +224,7 @@ def main(argv=None):
'win32': ['msvs', 'ninja'],
'linux2': ['make', 'ninja'],
'linux3': ['make', 'ninja'],
- 'darwin': ['make', 'ninja', 'xcode'],
+ 'darwin': ['make', 'ninja', 'xcode', 'xcode-ninja'],
}[sys.platform]
for format in format_list:
« no previous file with comments | « no previous file | test/actions-bare/gyptest-bare.py » ('j') | test/build-option/gyptest-build.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698