Chromium Code Reviews| Index: test/generator-output/gyptest-actions.py |
| diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py |
| index 73ac5ae96d5107ebb71d52e6ef1377db42d2dad1..336b5f525dbff90a21bf9eafbfea6e6e1d8b4e8e 100644 |
| --- a/test/generator-output/gyptest-actions.py |
| +++ b/test/generator-output/gyptest-actions.py |
| @@ -10,7 +10,7 @@ Verifies --generator-output= behavior when using actions. |
| import TestGyp |
| -test = TestGyp.TestGyp() |
| +test = TestGyp.TestGyp(formats=['!ninja']) |
|
Nico
2011/08/19 18:21:25
Why !ninja here?
|
| # All the generated files should go under 'gypfiles'. The source directory |
| # ('actions') should be untouched. |