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

Unified Diff: test/builddir/gyptest-default.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/builddir/gyptest-default.py
===================================================================
--- test/builddir/gyptest-default.py (revision 1537)
+++ test/builddir/gyptest-default.py (working copy)
@@ -24,6 +24,7 @@
# directory, or if the test is wrong for assuming everything generated is under
# the current directory.
# Android does not support setting the build directory.
+# Ninja does not support relocation.
test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android'])
test.run_gyp('prog1.gyp', '--depth=..', chdir='src')

Powered by Google App Engine
This is Rietveld 408576698