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