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

Unified Diff: test/generator-output/gyptest-relocate.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-relocate.py
diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py
index dd1c2bd6bcdcc5ed8e00b0f93c644812eed7bd85..9ea6d634dbfb9036999cec3dbff2051e92a8dc65 100644
--- a/test/generator-output/gyptest-relocate.py
+++ b/test/generator-output/gyptest-relocate.py
@@ -11,7 +11,7 @@ option can be built even when it's relocated to a different path.
import TestGyp
-test = TestGyp.TestGyp()
+test = TestGyp.TestGyp(formats=['!ninja'])
Nico 2011/08/19 18:21:25 …you get the idea
test.writable(test.workpath('src'), False)

Powered by Google App Engine
This is Rietveld 408576698