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

Unified Diff: test/assembly/gyptest-assembly.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
Index: test/assembly/gyptest-assembly.py
diff --git a/test/assembly/gyptest-assembly.py b/test/assembly/gyptest-assembly.py
index 40d0a062f9ad19afd572262141c559b2b51aa32a..09d612b94556e46cb47f2d40a7b815a362ec210c 100644
--- a/test/assembly/gyptest-assembly.py
+++ b/test/assembly/gyptest-assembly.py
@@ -13,7 +13,7 @@ import sys
import TestGyp
# TODO(bradnelson): get this working for windows.
-test = TestGyp.TestGyp(formats=['make', 'scons', 'xcode'])
+test = TestGyp.TestGyp(formats=['make', 'ninja', 'scons', 'xcode'])
test.run_gyp('assembly.gyp', chdir='src')

Powered by Google App Engine
This is Rietveld 408576698