| 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 "--", | 280 "--", |
| 279 "base_unittests", | 281 "base_unittests", |
| 280 "chromium_builder_tests", | 282 "chromium_builder_tests", |
| 281 "content_unittests" | 283 "content_unittests" |
| 282 ], | 284 ], |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 ], | 349 ], |
| 348 "cwd": "[SLAVE_BUILD]", | 350 "cwd": "[SLAVE_BUILD]", |
| 349 "name": "process_dumps" | 351 "name": "process_dumps" |
| 350 }, | 352 }, |
| 351 { | 353 { |
| 352 "name": "$result", | 354 "name": "$result", |
| 353 "recipe_result": null, | 355 "recipe_result": null, |
| 354 "status_code": 0 | 356 "status_code": 0 |
| 355 } | 357 } |
| 356 ] | 358 ] |
| OLD | NEW |