| Index: test/generator-output/gyptest-rules.py
|
| ===================================================================
|
| --- test/generator-output/gyptest-rules.py (revision 1537)
|
| +++ test/generator-output/gyptest-rules.py (working copy)
|
| @@ -10,8 +10,8 @@
|
|
|
| import TestGyp
|
|
|
| -# Ninja and Android don't support --generator-output.
|
| -test = TestGyp.TestGyp(formats=['!ninja', '!android'])
|
| +# Android doesn't support --generator-output.
|
| +test = TestGyp.TestGyp(formats=['!android'])
|
|
|
| test.writable(test.workpath('rules'), False)
|
|
|
|
|