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

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: reup 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..336b5f525dbff90a21bf9eafbfea6e6e1d8b4e8e 100644
--- a/test/generator-output/gyptest-actions.py
+++ b/test/generator-output/gyptest-actions.py
@@ -10,7 +10,7 @@ Verifies --generator-output= behavior when using actions.
import TestGyp
-test = TestGyp.TestGyp()
+test = TestGyp.TestGyp(formats=['!ninja'])
Nico 2011/08/19 18:21:25 Why !ninja here?
# All the generated files should go under 'gypfiles'. The source directory
# ('actions') should be untouched.

Powered by Google App Engine
This is Rietveld 408576698