Chromium Code Reviews

Unified Diff: test/generator-output/gyptest-copies.py

Issue 7696003: ninja: land generator for ninja files (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: reup 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/generator-output/gyptest-copies.py
diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py
index 414b7c3717db5e1bda0d77f1f965334dec419ed5..c48a097e27a5820d3376a9c122e00756e0af2788 100644
--- a/test/generator-output/gyptest-copies.py
+++ b/test/generator-output/gyptest-copies.py
@@ -10,7 +10,7 @@ Verifies file copies using an explicit build target of 'all'.
import TestGyp
-test = TestGyp.TestGyp()
+test = TestGyp.TestGyp(formats=['!ninja'])
Nico 2011/08/19 18:21:25 same question
test.writable(test.workpath('copies'), False)

Powered by Google App Engine