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

Unified Diff: test/generator-output/gyptest-mac-bundle.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-mac-bundle.py
===================================================================
--- test/generator-output/gyptest-mac-bundle.py (revision 1537)
+++ test/generator-output/gyptest-mac-bundle.py (working copy)
@@ -13,8 +13,7 @@
import sys
if sys.platform == 'darwin':
- # Ninja doesn't support --generator-output.
- test = TestGyp.TestGyp(formats=['!ninja'])
+ test = TestGyp.TestGyp(formats=[])
MAC_BUNDLE_DIR = 'mac-bundle'
GYPFILES_DIR = 'gypfiles'

Powered by Google App Engine
This is Rietveld 408576698