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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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
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 (VS2010)", 10 "Win32 Release (VS2010)",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [], 50 "cmd": [],
51 "name": "ensure_goma" 51 "name": "ensure_goma"
52 }, 52 },
53 { 53 {
54 "cmd": [ 54 "cmd": [
55 "python", 55 "python",
56 "-u", 56 "-u",
57 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 57 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
58 "--platform", 58 "--platform",
59 "windows-386", 59 "windows-386",
60 "--dest-directory", 60 "--dest-directory",
61 "[SLAVE_BUILD]\\cipd", 61 "[SLAVE_BUILD]\\cipd",
62 "--json-output", 62 "--json-output",
63 "/path/to/tmp/json" 63 "/path/to/tmp/json"
64 ], 64 ],
65 "name": "ensure_goma.install cipd", 65 "name": "ensure_goma.install cipd",
66 "~followup_annotations": [ 66 "~followup_annotations": [
67 "@@@STEP_NEST_LEVEL@1@@@", 67 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "libyuv_unittest.exe" 171 "libyuv_unittest.exe"
172 ], 172 ],
173 "name": "libyuv_unittest" 173 "name": "libyuv_unittest"
174 }, 174 },
175 { 175 {
176 "name": "$result", 176 "name": "$result",
177 "recipe_result": null, 177 "recipe_result": null,
178 "status_code": 0 178 "status_code": 0
179 } 179 }
180 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698