Chromium Code Reviews| 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') |