Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Side by Side Diff: scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json

Issue 1954753003: Service account module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Sorting deps. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "C:\\infra-tools\\authutil.exe",
5 "token",
6 "-service-account-json=C:\\creds\\service_accounts\\service-account-fake-a ccount.json"
7 ],
8 "name": "get access token",
9 "stdout": "/path/to/tmp/"
nodir 2016/05/07 00:22:51 why does it say "/path/to/tmp" in stdout? are you
10 },
11 {
12 "name": "$result",
13 "recipe_result": null,
14 "status_code": 0
15 }
16 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698