| Index: masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
|
| diff --git a/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py b/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
|
| index a02be2807fea8a7ac810d042a7ed6b7acfa7bfb9..0139ecfa1bf020d46491d959ae2693b98d67efdb 100644
|
| --- a/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
|
| +++ b/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
|
| @@ -38,7 +38,7 @@ S('s1_contentshell_webkit_rel', branch='trunk', treeStableTimer=60)
|
| B('WebKit (Content Shell) Linux', 'f_contentshell_linux_rel',
|
| scheduler='s1_contentshell_webkit_rel')
|
|
|
| -F('f_contentshell_linux_rel', linux().ChromiumWebkitLatestFactory(
|
| +F('f_contentshell_linux_rel', linux().ChromiumFactory(
|
| target='Release',
|
| tests=[
|
| 'webkit',
|
| @@ -63,6 +63,7 @@ F('f_contentshell_linux_rel', linux().ChromiumWebkitLatestFactory(
|
| 'driver_name': 'content_shell',
|
| 'gclient_env': { 'GYP_GENERATORS': 'ninja' },
|
| 'test_results_server': 'test-results.appspot.com',
|
| + 'blink_config': 'blink',
|
| }))
|
|
|
|
|
|
|