| Index: scripts/slave/recipes/gpu.py
|
| diff --git a/scripts/slave/recipes/gpu.py b/scripts/slave/recipes/gpu.py
|
| index 2b399fdcb7ba78d1ed183f357a17aec3efe9d96c..cbc4795d90a5797ecb65432466f8ee3da0fb0374 100644
|
| --- a/scripts/slave/recipes/gpu.py
|
| +++ b/scripts/slave/recipes/gpu.py
|
| @@ -29,7 +29,8 @@ def GenSteps(api):
|
| dashboard_upload_url = 'https://chromeperf.appspot.com'
|
| generated_dir = api.path.slave_build('content_gpu_data', 'generated')
|
| reference_dir = api.path.slave_build('content_gpu_data', 'reference')
|
| - gsutil = api.path.build('scripts', 'slave', 'gsutil', wrapper=True)
|
| + gsutil = api.path.build('scripts', 'slave', 'gsutil',
|
| + platform_ext={'win': '.bat'})
|
|
|
| is_release_build = api.properties.get('build_config', 'Release') == 'Release'
|
|
|
|
|