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

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: Address comments 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
Index: scripts/slave/recipes/gpu.py
diff --git a/scripts/slave/recipes/gpu.py b/scripts/slave/recipes/gpu.py
index 1e7ddac87ac62f3bce305785b725da17225dbcfd..d11666fdf405656902d24a932144924433e0917e 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'})
api.chromium.set_config('chromium')
api.gclient.apply_config('chrome_internal')

Powered by Google App Engine
This is Rietveld 408576698