| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 ] | 263 ] |
| 264 }, | 264 }, |
| 265 { | 265 { |
| 266 "cmd": [ | 266 "cmd": [ |
| 267 "python", | 267 "python", |
| 268 "-u", | 268 "-u", |
| 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 270 "--show-path", | 270 "--show-path", |
| 271 "python", | 271 "python", |
| 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 273 "--gsutil-py-path", |
| 274 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 273 "--ninja-path", | 275 "--ninja-path", |
| 274 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 276 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 275 "--target", | 277 "--target", |
| 276 "Debug", | 278 "Debug", |
| 277 "--src-dir", | 279 "--src-dir", |
| 278 "[SLAVE_BUILD]\\src", | 280 "[SLAVE_BUILD]\\src", |
| 279 "--goma-cache-dir", | 281 "--goma-cache-dir", |
| 280 "[GOMA_CACHE]", | 282 "[GOMA_CACHE]", |
| 281 "--build-tool", | 283 "--build-tool", |
| 282 "ninja", | 284 "ninja", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "~followup_annotations": [ | 383 "~followup_annotations": [ |
| 382 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" | 384 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" |
| 383 ] | 385 ] |
| 384 }, | 386 }, |
| 385 { | 387 { |
| 386 "name": "$result", | 388 "name": "$result", |
| 387 "recipe_result": null, | 389 "recipe_result": null, |
| 388 "status_code": 0 | 390 "status_code": 0 |
| 389 } | 391 } |
| 390 ] | 392 ] |
| OLD | NEW |