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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json
diff --git a/scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json b/scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json
new file mode 100644
index 0000000000000000000000000000000000000000..933240f4c9e07b7887705f0750929803482d7077
--- /dev/null
+++ b/scripts/slave/recipe_modules/service_account/example.expected/service_account_win.json
@@ -0,0 +1,16 @@
+[
+ {
+ "cmd": [
+ "C:\\infra-tools\\authutil.exe",
+ "token",
+ "-service-account-json=C:\\creds\\service_accounts\\service-account-fake-account.json"
+ ],
+ "name": "get access token",
+ "stdout": "/path/to/tmp/"
nodir 2016/05/07 00:22:51 why does it say "/path/to/tmp" in stdout? are you
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« 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