| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 287 "--build-data-dir", |
| 288 "[ROOT]\\build_data_dir", | 288 "[ROOT]\\build_data_dir", |
| 289 "--compiler", | 289 "--compiler", |
| 290 "goma-clang", | 290 "goma-clang", |
| 291 "--goma-jsonstatus", | 291 "--goma-jsonstatus", |
| 292 "/path/to/tmp/json", | 292 "/path/to/tmp/json", |
| 293 "--goma-service-account-json-file", |
| 294 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 293 "--goma-dir", | 295 "--goma-dir", |
| 294 "[CACHE]\\cipd\\goma", | 296 "[CACHE]\\cipd\\goma", |
| 295 "--goma-hermetic", | 297 "--goma-hermetic", |
| 296 "error", | 298 "error", |
| 297 "--goma-enable-compiler-info-cache", | 299 "--goma-enable-compiler-info-cache", |
| 298 "--clobber", | 300 "--clobber", |
| 299 "--", | 301 "--", |
| 300 "base_unittests", | 302 "base_unittests", |
| 301 "chromium_builder_tests", | 303 "chromium_builder_tests", |
| 302 "content_unittests" | 304 "content_unittests" |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 ], | 370 ], |
| 369 "cwd": "[SLAVE_BUILD]", | 371 "cwd": "[SLAVE_BUILD]", |
| 370 "name": "process_dumps" | 372 "name": "process_dumps" |
| 371 }, | 373 }, |
| 372 { | 374 { |
| 373 "name": "$result", | 375 "name": "$result", |
| 374 "recipe_result": null, | 376 "recipe_result": null, |
| 375 "status_code": 0 | 377 "status_code": 0 |
| 376 } | 378 } |
| 377 ] | 379 ] |
| OLD | NEW |