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

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: 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-relocate.py
diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py
index dd1c2bd6bcdcc5ed8e00b0f93c644812eed7bd85..31a98ea1c27e1f000a0ba03fdbd2fb847dea22bc 100644
--- a/test/generator-output/gyptest-relocate.py
+++ b/test/generator-output/gyptest-relocate.py
@@ -11,7 +11,8 @@ option can be built even when it's relocated to a different path.
import TestGyp
-test = TestGyp.TestGyp()
+# Ninja doesn't support --generator-output.
+test = TestGyp.TestGyp(formats=['!ninja'])
test.writable(test.workpath('src'), False)

Powered by Google App Engine
This is Rietveld 408576698