Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "C:\\infra-tools\\authutil.exe", | |
| 5 "token", | |
| 6 "-service-account-json=C:\\creds\\service_accounts/service-account-fake-ac count.json" | |
| 7 ], | |
| 8 "name": "get access token", | |
| 9 "stdout": "/path/to/tmp/" | |
| 10 }, | |
| 11 { | |
| 12 "name": "$result", | |
| 13 "recipe_result": null, | |
| 14 "status_code": 0 | |
| 15 } | |
| 16 ] | |
| OLD | NEW |