| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "--ninja-path", | 305 "--ninja-path", |
| 306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 307 "--target", | 307 "--target", |
| 308 "Release", | 308 "Release", |
| 309 "--src-dir", | 309 "--src-dir", |
| 310 "[BUILDER_CACHE]\\Win\\src", | 310 "[BUILDER_CACHE]\\Win\\src", |
| 311 "--goma-cache-dir", | 311 "--goma-cache-dir", |
| 312 "[GOMA_CACHE]", | 312 "[GOMA_CACHE]", |
| 313 "--goma-deps-cache-dir", | 313 "--goma-deps-cache-dir", |
| 314 "[GOMA_DEPS_CACHE]", | 314 "[GOMA_DEPS_CACHE]", |
| 315 "--build-tool", | |
| 316 "ninja", | |
| 317 "--build-data-dir", | 315 "--build-data-dir", |
| 318 "[ROOT]\\build_data_dir", | 316 "[ROOT]\\build_data_dir", |
| 319 "--compiler", | 317 "--compiler", |
| 320 "goma", | 318 "goma", |
| 321 "--goma-jsonstatus", | 319 "--goma-jsonstatus", |
| 322 "/path/to/tmp/json", | 320 "/path/to/tmp/json", |
| 323 "--goma-service-account-json-file", | 321 "--goma-service-account-json-file", |
| 324 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 322 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 325 "--goma-dir", | 323 "--goma-dir", |
| 326 "[CACHE]\\cipd\\goma", | 324 "[CACHE]\\cipd\\goma", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 352 "dev" | 350 "dev" |
| 353 ], | 351 ], |
| 354 "name": "archive_build" | 352 "name": "archive_build" |
| 355 }, | 353 }, |
| 356 { | 354 { |
| 357 "name": "$result", | 355 "name": "$result", |
| 358 "recipe_result": null, | 356 "recipe_result": null, |
| 359 "status_code": 0 | 357 "status_code": 0 |
| 360 } | 358 } |
| 361 ] | 359 ] |
| OLD | NEW |