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

Unified Diff: test/generator-output/gyptest-copies.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-copies.py
===================================================================
--- test/generator-output/gyptest-copies.py (revision 1537)
+++ test/generator-output/gyptest-copies.py (working copy)
@@ -11,7 +11,8 @@
import TestGyp
-# Ninja and Android don't support --generator-output.
+# Android doesn't support --generator-output.
+# Ninja doesn't support relocation.
test = TestGyp.TestGyp(formats=['!ninja', '!android'])
test.writable(test.workpath('copies'), False)

Powered by Google App Engine
This is Rietveld 408576698