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

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

Issue 11659002: Teach ninja to handle output directories outside the source dir. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years 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
===================================================================
--- test/generator-output/gyptest-relocate.py (revision 1537)
+++ test/generator-output/gyptest-relocate.py (working copy)
@@ -12,7 +12,7 @@
import TestGyp
# Ninja and Android don't support --generator-output.
Nico 2012/12/21 22:52:08 comment
-test = TestGyp.TestGyp(formats=['!ninja', '!android'])
+test = TestGyp.TestGyp(formats=['!android'])
test.writable(test.workpath('src'), False)

Powered by Google App Engine
This is Rietveld 408576698