| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "--ninja-path", | 283 "--ninja-path", |
| 284 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 284 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 285 "--target", | 285 "--target", |
| 286 "Release_x64", | 286 "Release_x64", |
| 287 "--src-dir", | 287 "--src-dir", |
| 288 "[BUILDER_CACHE]\\Win_x64\\src", | 288 "[BUILDER_CACHE]\\Win_x64\\src", |
| 289 "--goma-cache-dir", | 289 "--goma-cache-dir", |
| 290 "[GOMA_CACHE]", | 290 "[GOMA_CACHE]", |
| 291 "--goma-deps-cache-dir", | 291 "--goma-deps-cache-dir", |
| 292 "[GOMA_DEPS_CACHE]", | 292 "[GOMA_DEPS_CACHE]", |
| 293 "--build-tool", | |
| 294 "ninja", | |
| 295 "--build-data-dir", | 293 "--build-data-dir", |
| 296 "[ROOT]\\build_data_dir", | 294 "[ROOT]\\build_data_dir", |
| 297 "--compiler", | 295 "--compiler", |
| 298 "goma", | 296 "goma", |
| 299 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
| 300 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
| 301 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
| 302 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 300 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 303 "--goma-dir", | 301 "--goma-dir", |
| 304 "[CACHE]\\cipd\\goma", | 302 "[CACHE]\\cipd\\goma", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 330 "dev" | 328 "dev" |
| 331 ], | 329 ], |
| 332 "name": "archive_build" | 330 "name": "archive_build" |
| 333 }, | 331 }, |
| 334 { | 332 { |
| 335 "name": "$result", | 333 "name": "$result", |
| 336 "recipe_result": null, | 334 "recipe_result": null, |
| 337 "status_code": 0 | 335 "status_code": 0 |
| 338 } | 336 } |
| 339 ] | 337 ] |
| OLD | NEW |