| Index: masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py
|
| ===================================================================
|
| --- masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py (revision 172130)
|
| +++ masters/master.chromium.webkit/master_linux_webkit_pinned_cfg.py (working copy)
|
| @@ -39,6 +39,7 @@
|
| 'webkit_unit',
|
| ],
|
| options=[
|
| + '--build-tool=ninja',
|
| '--compiler=goma',
|
| 'DumpRenderTree',
|
| 'test_shell',
|
| @@ -51,7 +52,8 @@
|
| ],
|
| 'archive_webkit_results': True,
|
| 'generate_gtest_json': True,
|
| - 'test_results_server': 'test-results.appspot.com'
|
| + 'test_results_server': 'test-results.appspot.com',
|
| + 'gclient_env': { 'GYP_GENERATORS': 'ninja' },
|
| }))
|
|
|
| def Update(config, active_master, c):
|
|
|