Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: scripts/slave/recipes/gpu.py

Issue 24737002: Add Paths as first-class types in configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: license Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/blink_trybot.py ('k') | scripts/slave/recipes/polymer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « scripts/slave/recipes/blink_trybot.py ('k') | scripts/slave/recipes/polymer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698