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

Unified Diff: test/generator-output/gyptest-actions.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/generator-output/gyptest-actions.py
diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py
index 73ac5ae96d5107ebb71d52e6ef1377db42d2dad1..6e62720c2b666f05fefb917ac60eee2bfda2df73 100644
--- a/test/generator-output/gyptest-actions.py
+++ b/test/generator-output/gyptest-actions.py
@@ -10,7 +10,8 @@ Verifies --generator-output= behavior when using actions.
import TestGyp
-test = TestGyp.TestGyp()
+# Ninja doesn't support --generator-output.
+test = TestGyp.TestGyp(formats=['!ninja'])
# All the generated files should go under 'gypfiles'. The source directory
# ('actions') should be untouched.

Powered by Google App Engine
This is Rietveld 408576698