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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 GN", 10 "Android32 GN",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "--src-dir", 140 "--src-dir",
141 "[SLAVE_BUILD]/src", 141 "[SLAVE_BUILD]/src",
142 "--goma-cache-dir", 142 "--goma-cache-dir",
143 "[GOMA_CACHE]", 143 "[GOMA_CACHE]",
144 "--build-tool", 144 "--build-tool",
145 "ninja", 145 "ninja",
146 "--compiler", 146 "--compiler",
147 "goma", 147 "goma",
148 "--goma-jsonstatus", 148 "--goma-jsonstatus",
149 "/path/to/tmp/json", 149 "/path/to/tmp/json",
150 "--goma-service-account-json-file",
151 "/creds/service_accounts/service-account-goma-client.json",
152 "--goma-dir", 150 "--goma-dir",
153 "[BUILD]/goma", 151 "[BUILD]/goma",
154 "--", 152 "--",
155 "all" 153 "all"
156 ], 154 ],
157 "cwd": "[SLAVE_BUILD]", 155 "cwd": "[SLAVE_BUILD]",
158 "env": { 156 "env": {
159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
160 }, 158 },
161 "name": "compile", 159 "name": "compile",
162 "~followup_annotations": [ 160 "~followup_annotations": [
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
164 "@@@STEP_LOG_END@json.output (invalid)@@@" 162 "@@@STEP_LOG_END@json.output (invalid)@@@"
165 ] 163 ]
166 }, 164 },
167 { 165 {
168 "name": "$result", 166 "name": "$result",
169 "recipe_result": null, 167 "recipe_result": null,
170 "status_code": 0 168 "status_code": 0
171 } 169 }
172 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698