Chromium Code Reviews

Unified Diff: test/builddir/gyptest-default.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.
Jump to:
View side-by-side diff with in-line comments
Index: test/builddir/gyptest-default.py
diff --git a/test/builddir/gyptest-default.py b/test/builddir/gyptest-default.py
index 6171d15979246fd88161fef241d3fe394501787b..8c6302618fada3f6d8da2878952e6f61b4a5ef74 100644
--- a/test/builddir/gyptest-default.py
+++ b/test/builddir/gyptest-default.py
@@ -23,7 +23,7 @@ import TestGyp
# its sources. I'm not sure if make is wrong for writing outside the current
# directory, or if the test is wrong for assuming everything generated is under
# the current directory.
-test = TestGyp.TestGyp(formats=['!make'])
+test = TestGyp.TestGyp(formats=['!make', '!ninja'])
test.run_gyp('prog1.gyp', '--depth=..', chdir='src')

Powered by Google App Engine