| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "--goma-cache-dir", | 263 "--goma-cache-dir", |
| 264 "[GOMA_CACHE]", | 264 "[GOMA_CACHE]", |
| 265 "--build-tool", | 265 "--build-tool", |
| 266 "ninja", | 266 "ninja", |
| 267 "--build-data-dir", | 267 "--build-data-dir", |
| 268 "[ROOT]\\build_data_dir", | 268 "[ROOT]\\build_data_dir", |
| 269 "--compiler", | 269 "--compiler", |
| 270 "goma", | 270 "goma", |
| 271 "--goma-jsonstatus", | 271 "--goma-jsonstatus", |
| 272 "/path/to/tmp/json", | 272 "/path/to/tmp/json", |
| 273 "--goma-service-account-json-file", |
| 274 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 273 "--goma-dir", | 275 "--goma-dir", |
| 274 "[CACHE]\\cipd\\goma", | 276 "[CACHE]\\cipd\\goma", |
| 275 "--goma-hermetic", | 277 "--goma-hermetic", |
| 276 "error", | 278 "error", |
| 277 "--goma-enable-compiler-info-cache", | 279 "--goma-enable-compiler-info-cache", |
| 278 "--clobber", | 280 "--clobber", |
| 279 "--", | 281 "--", |
| 280 "base_unittests", | 282 "base_unittests", |
| 281 "chromium_builder_tests", | 283 "chromium_builder_tests", |
| 282 "content_unittests" | 284 "content_unittests" |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ], | 350 ], |
| 349 "cwd": "[SLAVE_BUILD]", | 351 "cwd": "[SLAVE_BUILD]", |
| 350 "name": "process_dumps" | 352 "name": "process_dumps" |
| 351 }, | 353 }, |
| 352 { | 354 { |
| 353 "name": "$result", | 355 "name": "$result", |
| 354 "recipe_result": null, | 356 "recipe_result": null, |
| 355 "status_code": 0 | 357 "status_code": 0 |
| 356 } | 358 } |
| 357 ] | 359 ] |
| OLD | NEW |