| 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", |
| 271 "--goma-dir", | 273 "--goma-dir", |
| 272 "[BUILD]\\goma", | 274 "[BUILD]\\goma", |
| 273 "--goma-hermetic", | 275 "--goma-hermetic", |
| 274 "error", | 276 "error", |
| 275 "--goma-enable-compiler-info-cache", | 277 "--goma-enable-compiler-info-cache", |
| 276 "--", | 278 "--", |
| 277 "base_unittests", | 279 "base_unittests", |
| 278 "chromium_builder_tests", | 280 "chromium_builder_tests", |
| 279 "content_unittests" | 281 "content_unittests" |
| 280 ], | 282 ], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ], | 356 ], |
| 355 "cwd": "[SLAVE_BUILD]", | 357 "cwd": "[SLAVE_BUILD]", |
| 356 "name": "process_dumps" | 358 "name": "process_dumps" |
| 357 }, | 359 }, |
| 358 { | 360 { |
| 359 "name": "$result", | 361 "name": "$result", |
| 360 "recipe_result": null, | 362 "recipe_result": null, |
| 361 "status_code": 0 | 363 "status_code": 0 |
| 362 } | 364 } |
| 363 ] | 365 ] |
| OLD | NEW |