| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--src-dir", | 281 "--src-dir", |
| 282 "[SLAVE_BUILD]\\src", | 282 "[SLAVE_BUILD]\\src", |
| 283 "--goma-cache-dir", | 283 "--goma-cache-dir", |
| 284 "[GOMA_CACHE]", | 284 "[GOMA_CACHE]", |
| 285 "--build-tool", | 285 "--build-tool", |
| 286 "ninja", | 286 "ninja", |
| 287 "--compiler", | 287 "--compiler", |
| 288 "goma-clang", | 288 "goma-clang", |
| 289 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
| 290 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
| 291 "--goma-service-account-json-file", | |
| 292 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 293 "--goma-dir", | 291 "--goma-dir", |
| 294 "[CACHE]\\cipd\\goma", | 292 "[CACHE]\\cipd\\goma", |
| 295 "--goma-hermetic", | 293 "--goma-hermetic", |
| 296 "error", | 294 "error", |
| 297 "--goma-enable-compiler-info-cache", | 295 "--goma-enable-compiler-info-cache", |
| 298 "--clobber", | 296 "--clobber", |
| 299 "--", | 297 "--", |
| 300 "base_unittests", | 298 "base_unittests", |
| 301 "chromium_builder_tests", | 299 "chromium_builder_tests", |
| 302 "content_unittests" | 300 "content_unittests" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 ], | 375 ], |
| 378 "cwd": "[SLAVE_BUILD]", | 376 "cwd": "[SLAVE_BUILD]", |
| 379 "name": "process_dumps" | 377 "name": "process_dumps" |
| 380 }, | 378 }, |
| 381 { | 379 { |
| 382 "name": "$result", | 380 "name": "$result", |
| 383 "recipe_result": null, | 381 "recipe_result": null, |
| 384 "status_code": 0 | 382 "status_code": 0 |
| 385 } | 383 } |
| 386 ] | 384 ] |
| OLD | NEW |