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

Unified Diff: test/dependencies/gyptest-lib-only.py

Issue 9014002: Let ninja/mac pass all gyp tests. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 9 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
Index: test/dependencies/gyptest-lib-only.py
===================================================================
--- test/dependencies/gyptest-lib-only.py (revision 1111)
+++ test/dependencies/gyptest-lib-only.py (working copy)
@@ -29,7 +29,7 @@
if test.format == 'xcode':
test.built_file_must_not_exist('b', type=test.STATIC_LIB)
else:
- assert test.format == 'make'
+ assert test.format in ('make', '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 | « pylib/gyp/generator/ninja.py ('k') | test/lib/TestGyp.py » ('j') | test/lib/TestGyp.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698