| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "name": "generate_build_files (with patch)" | 290 "name": "generate_build_files (with patch)" |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "cmd": [ | 293 "cmd": [ |
| 294 "python", | 294 "python", |
| 295 "-u", | 295 "-u", |
| 296 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 296 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 297 "--show-path", | 297 "--show-path", |
| 298 "python", | 298 "python", |
| 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 300 "--gsutil-py-path", |
| 301 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 300 "--ninja-path", | 302 "--ninja-path", |
| 301 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 303 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 302 "--target", | 304 "--target", |
| 303 "Release", | 305 "Release", |
| 304 "--src-dir", | 306 "--src-dir", |
| 305 "[SLAVE_BUILD]\\src", | 307 "[SLAVE_BUILD]\\src", |
| 306 "--goma-cache-dir", | 308 "--goma-cache-dir", |
| 307 "[GOMA_CACHE]", | 309 "[GOMA_CACHE]", |
| 308 "--build-tool", | 310 "--build-tool", |
| 309 "ninja", | 311 "ninja", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 ], | 409 ], |
| 408 "cwd": "[SLAVE_BUILD]", | 410 "cwd": "[SLAVE_BUILD]", |
| 409 "name": "process_dumps" | 411 "name": "process_dumps" |
| 410 }, | 412 }, |
| 411 { | 413 { |
| 412 "name": "$result", | 414 "name": "$result", |
| 413 "recipe_result": null, | 415 "recipe_result": null, |
| 414 "status_code": 0 | 416 "status_code": 0 |
| 415 } | 417 } |
| 416 ] | 418 ] |
| OLD | NEW |