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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_release__vs2012_.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Win32 Release (VS2012)", 10 "Win32 Release (VS2012)",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "name": "gclient runhooks" 63 "name": "gclient runhooks"
64 }, 64 },
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "python", 67 "python",
68 "-u", 68 "-u",
69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
70 "--show-path", 70 "--show-path",
71 "python", 71 "python",
72 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 72 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
73 "--gsutil-py-path",
74 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
73 "--ninja-path", 75 "--ninja-path",
74 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 76 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
75 "--target", 77 "--target",
76 "Release", 78 "Release",
77 "--src-dir", 79 "--src-dir",
78 "[SLAVE_BUILD]\\src", 80 "[SLAVE_BUILD]\\src",
79 "--goma-cache-dir", 81 "--goma-cache-dir",
80 "[GOMA_CACHE]", 82 "[GOMA_CACHE]",
81 "--build-tool", 83 "--build-tool",
82 "ninja", 84 "ninja",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ], 116 ],
115 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
116 "name": "libyuv_unittest" 118 "name": "libyuv_unittest"
117 }, 119 },
118 { 120 {
119 "name": "$result", 121 "name": "$result",
120 "recipe_result": null, 122 "recipe_result": null,
121 "status_code": 0 123 "status_code": 0
122 } 124 }
123 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698