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

Unified Diff: test/toplevel-dir/gyptest-toplevel-dir.py

Issue 9298039: ninja: Support --toplevel-dir. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/toplevel-dir/gyptest-toplevel-dir.py
===================================================================
--- test/toplevel-dir/gyptest-toplevel-dir.py (revision 1184)
+++ test/toplevel-dir/gyptest-toplevel-dir.py (working copy)
@@ -13,7 +13,7 @@
import TestGyp
import errno
-test = TestGyp.TestGyp(formats=['make'])
+test = TestGyp.TestGyp(formats=['ninja', 'make'])
# We want our Makefile to be one dir up from main.gyp.
test.run_gyp('main.gyp', '--toplevel-dir=..', chdir='src/sub1')
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698