| Index: masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
|
| ===================================================================
|
| --- masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py (revision 172130)
|
| +++ masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py (working copy)
|
| @@ -40,6 +40,7 @@
|
| 'webkit',
|
| ],
|
| options=[
|
| + '--build-tool=ninja',
|
| '--compiler=goma',
|
| 'content_shell_builder',
|
| ],
|
| @@ -50,7 +51,8 @@
|
| 'additional_drt_flag': '--dump-render-tree',
|
| 'archive_webkit_results': True,
|
| 'test_results_server': 'test-results.appspot.com',
|
| - 'driver_name': 'content_shell'
|
| + 'driver_name': 'content_shell',
|
| + 'gclient_env': { 'GYP_GENERATORS': 'ninja' },
|
| }))
|
|
|
|
|
|
|