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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/win8_cr.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", 6 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
7 "--", 7 "--",
8 "[DEPOT_TOOLS]\\gsutil.py", 8 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
9 "----", 9 "----",
10 "cp", 10 "cp",
11 "gs://chromium-drmemory-builds/drmemory-windows-latest-sfx.exe", 11 "gs://chromium-drmemory-builds/drmemory-windows-latest-sfx.exe",
12 "drm-sfx.exe" 12 "drm-sfx.exe"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]", 14 "cwd": "[SLAVE_BUILD]",
15 "name": "gsutil download" 15 "name": "gsutil download"
16 }, 16 },
17 { 17 {
18 "cmd": [ 18 "cmd": [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "DRMEMORY_COMMAND": "unpacked/bin/drmemory.exe" 180 "DRMEMORY_COMMAND": "unpacked/bin/drmemory.exe"
181 }, 181 },
182 "name": "Chromium 'unit' tests" 182 "name": "Chromium 'unit' tests"
183 }, 183 },
184 { 184 {
185 "name": "$result", 185 "name": "$result",
186 "recipe_result": null, 186 "recipe_result": null,
187 "status_code": 0 187 "status_code": 0
188 } 188 }
189 ] 189 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698