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

Unified Diff: test/generator-output/gyptest-top-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/generator-output/gyptest-top-all.py
diff --git a/test/generator-output/gyptest-top-all.py b/test/generator-output/gyptest-top-all.py
index 902ceb279788bd1470bd2b1497a98986fb456e28..4841f9b6b02349137c2c629ca4e13827dc21fa95 100644
--- a/test/generator-output/gyptest-top-all.py
+++ b/test/generator-output/gyptest-top-all.py
@@ -12,7 +12,7 @@ directory tree.
import TestGyp
-test = TestGyp.TestGyp()
+test = TestGyp.TestGyp(formats=['!ninja'])
test.writable(test.workpath('src'), False)

Powered by Google App Engine
This is Rietveld 408576698