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

Unified Diff: test/generator-output/gyptest-rules.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-rules.py
diff --git a/test/generator-output/gyptest-rules.py b/test/generator-output/gyptest-rules.py
index 05b674ffa7e4ba4e0121eaf60fc737b5df6a387a..678416a2fc2c3c3fa2285ff1218a0b4726827c52 100644
--- a/test/generator-output/gyptest-rules.py
+++ b/test/generator-output/gyptest-rules.py
@@ -10,7 +10,7 @@ Verifies --generator-output= behavior when using rules.
import TestGyp
-test = TestGyp.TestGyp()
+test = TestGyp.TestGyp(formats=['!ninja'])
test.writable(test.workpath('rules'), False)

Powered by Google App Engine
This is Rietveld 408576698