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

Unified Diff: test/builddir/gyptest-all.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/builddir/gyptest-all.py
diff --git a/test/builddir/gyptest-all.py b/test/builddir/gyptest-all.py
index 324d7fc73d935140ec1c8649d013a89e2d6edcf4..885d680bd0232c2109a48823fbe98b7f661c9c85 100644
--- a/test/builddir/gyptest-all.py
+++ b/test/builddir/gyptest-all.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
This is Rietveld 408576698