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

Unified Diff: gyptest.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
« no previous file with comments | « no previous file | pylib/gyp/generator/ninja.py » ('j') | test/lib/TestGyp.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyptest.py
===================================================================
--- gyptest.py (revision 1111)
+++ gyptest.py (working copy)
@@ -212,7 +212,7 @@
'win32': ['msvs'],
'linux2': ['make', 'ninja'],
'linux3': ['make', 'ninja'],
- 'darwin': ['make', 'xcode'],
+ 'darwin': ['make', 'ninja', 'xcode'],
}[sys.platform]
for format in format_list:
« no previous file with comments | « no previous file | pylib/gyp/generator/ninja.py » ('j') | test/lib/TestGyp.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698