| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 "--ninja-path", | 337 "--ninja-path", |
| 338 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 338 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 339 "--target", | 339 "--target", |
| 340 "Release", | 340 "Release", |
| 341 "--src-dir", | 341 "--src-dir", |
| 342 "[BUILDER_CACHE]\\win_layout\\src", | 342 "[BUILDER_CACHE]\\win_layout\\src", |
| 343 "--goma-cache-dir", | 343 "--goma-cache-dir", |
| 344 "[GOMA_CACHE]", | 344 "[GOMA_CACHE]", |
| 345 "--goma-deps-cache-dir", | 345 "--goma-deps-cache-dir", |
| 346 "[GOMA_DEPS_CACHE]", | 346 "[GOMA_DEPS_CACHE]", |
| 347 "--build-tool", | |
| 348 "ninja", | |
| 349 "--build-data-dir", | 347 "--build-data-dir", |
| 350 "[ROOT]\\build_data_dir", | 348 "[ROOT]\\build_data_dir", |
| 351 "--compiler", | 349 "--compiler", |
| 352 "goma", | 350 "goma", |
| 353 "--goma-jsonstatus", | 351 "--goma-jsonstatus", |
| 354 "/path/to/tmp/json", | 352 "/path/to/tmp/json", |
| 355 "--goma-service-account-json-file", | 353 "--goma-service-account-json-file", |
| 356 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 354 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 357 "--goma-dir", | 355 "--goma-dir", |
| 358 "[CACHE]\\cipd\\goma", | 356 "[CACHE]\\cipd\\goma", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "~followup_annotations": [ | 479 "~followup_annotations": [ |
| 482 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" | 480 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" |
| 483 ] | 481 ] |
| 484 }, | 482 }, |
| 485 { | 483 { |
| 486 "name": "$result", | 484 "name": "$result", |
| 487 "recipe_result": null, | 485 "recipe_result": null, |
| 488 "status_code": 0 | 486 "status_code": 0 |
| 489 } | 487 } |
| 490 ] | 488 ] |
| OLD | NEW |