| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "--src-dir", | 261 "--src-dir", |
| 262 "[SLAVE_BUILD]\\src", | 262 "[SLAVE_BUILD]\\src", |
| 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 "--compiler", | 267 "--compiler", |
| 268 "goma", | 268 "goma", |
| 269 "--goma-jsonstatus", | 269 "--goma-jsonstatus", |
| 270 "/path/to/tmp/json", | 270 "/path/to/tmp/json", |
| 271 "--goma-service-account-json-file", | |
| 272 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 273 "--goma-dir", | 271 "--goma-dir", |
| 274 "[CACHE]\\cipd\\goma", | 272 "[CACHE]\\cipd\\goma", |
| 275 "--goma-hermetic", | 273 "--goma-hermetic", |
| 276 "error", | 274 "error", |
| 277 "--goma-enable-compiler-info-cache", | 275 "--goma-enable-compiler-info-cache", |
| 278 "--clobber", | 276 "--clobber", |
| 279 "--", | 277 "--", |
| 280 "base_unittests", | 278 "base_unittests", |
| 281 "chromium_builder_tests", | 279 "chromium_builder_tests", |
| 282 "content_unittests" | 280 "content_unittests" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 ], | 355 ], |
| 358 "cwd": "[SLAVE_BUILD]", | 356 "cwd": "[SLAVE_BUILD]", |
| 359 "name": "process_dumps" | 357 "name": "process_dumps" |
| 360 }, | 358 }, |
| 361 { | 359 { |
| 362 "name": "$result", | 360 "name": "$result", |
| 363 "recipe_result": null, | 361 "recipe_result": null, |
| 364 "status_code": 0 | 362 "status_code": 0 |
| 365 } | 363 } |
| 366 ] | 364 ] |
| OLD | NEW |