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

Unified Diff: gyptest.py

Issue 7696003: ninja: land generator for ninja files (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: fixes Created 9 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 | pylib/gyp/generator/ninja.py » ('j') | pylib/gyp/generator/ninja.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 6b95a9dde771013a1af2f6fea0db25baad91add0..0cf38b15c5b21bb4b18b14b1dbe2475931d80981 100755
--- a/gyptest.py
+++ b/gyptest.py
@@ -210,8 +210,8 @@ def main(argv=None):
'freebsd8': ['make'],
'cygwin': ['msvs'],
'win32': ['msvs'],
- 'linux2': ['make'],
- 'linux3': ['make'],
+ 'linux2': ['make', 'ninja'],
+ 'linux3': ['make', 'ninja'],
'darwin': ['make', 'xcode'],
}[sys.platform]
« no previous file with comments | « no previous file | pylib/gyp/generator/ninja.py » ('j') | pylib/gyp/generator/ninja.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698