Chromium Code Reviews| Index: test/cflags/gyptest-cflags.py |
| =================================================================== |
| --- test/cflags/gyptest-cflags.py (revision 1698) |
| +++ test/cflags/gyptest-cflags.py (working copy) |
| @@ -24,10 +24,7 @@ |
| os.environ.clear() |
| os.environ.update(env_stack.pop()) |
| -formats = ['make'] |
| -if sys.platform.startswith('linux'): |
| - # Only Linux ninja generator supports CFLAGS. |
| - formats.append('ninja') |
| +formats = ['make', 'ninja'] |
| test = TestGyp.TestGyp(formats=formats) |