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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
164 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 164 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
165 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 165 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
166 "@@@STEP_LOG_END@python.inline@@@" 166 "@@@STEP_LOG_END@python.inline@@@"
167 ] 167 ]
168 }, 168 },
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "RECIPE_MODULE[archive]\\resources\\zip_archive.py", 173 "RECIPE_MODULE[build.archive]\\resources\\zip_archive.py",
174 "[TMP_BASE]\\chrome_staging_tmp_1", 174 "[TMP_BASE]\\chrome_staging_tmp_1",
175 "asan-win32-release-170242", 175 "asan-win32-release-170242",
176 "[\"file 1\", \"file 2\"]", 176 "[\"file 1\", \"file 2\"]",
177 "[SLAVE_BUILD]\\src\\out\\Release" 177 "[SLAVE_BUILD]\\src\\out\\Release"
178 ], 178 ],
179 "cwd": "[SLAVE_BUILD]", 179 "cwd": "[SLAVE_BUILD]",
180 "name": "zipping" 180 "name": "zipping"
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 219 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
220 "@@@STEP_LOG_END@python.inline@@@" 220 "@@@STEP_LOG_END@python.inline@@@"
221 ] 221 ]
222 }, 222 },
223 { 223 {
224 "name": "$result", 224 "name": "$result",
225 "recipe_result": null, 225 "recipe_result": null,
226 "status_code": 0 226 "status_code": 0
227 } 227 }
228 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698