Chromium Code Reviews| Index: gyptest.py |
| diff --git a/gyptest.py b/gyptest.py |
| index 93aa2ee096aeb2d15700b38557c48156ee306769..8e4fc47d5c804b910bdea078b0e696a5189887db 100755 |
| --- a/gyptest.py |
| +++ b/gyptest.py |
| @@ -224,7 +224,7 @@ def main(argv=None): |
| 'win32': ['msvs', 'ninja'], |
| 'linux2': ['make', 'ninja'], |
| 'linux3': ['make', 'ninja'], |
| - 'darwin': ['make', 'ninja', 'xcode'], |
| + 'darwin': ['make', 'ninja', 'xcode', 'xcode-ninja'], |
| }[sys.platform] |
| for format in format_list: |