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

Unified Diff: test/dependencies/gyptest-lib-only.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 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/dependencies/gyptest-extra-targets.py ('k') | test/generator-output/gyptest-actions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependencies/gyptest-lib-only.py
diff --git a/test/dependencies/gyptest-lib-only.py b/test/dependencies/gyptest-lib-only.py
index 283c29ee0f17fc6b707d02e58f5996a07d8ff1b4..3a99a7f4aa61e0305a75026de386614a3daf27db 100755
--- a/test/dependencies/gyptest-lib-only.py
+++ b/test/dependencies/gyptest-lib-only.py
@@ -29,7 +29,7 @@ if sys.platform == 'darwin':
if test.format == 'xcode':
test.built_file_must_not_exist('b', type=test.STATIC_LIB)
else:
- assert test.format in ('make', 'ninja')
+ assert test.format in ('make', 'ninja', 'xcode-ninja')
test.built_file_must_exist('b', type=test.STATIC_LIB)
else:
# Make puts the resulting library in a directory matching the input gyp file;
« no previous file with comments | « test/dependencies/gyptest-extra-targets.py ('k') | test/generator-output/gyptest-actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698