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

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

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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
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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_gn_rel", 10 "android_gn_rel",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "--gsutil-py-path", 191 "--gsutil-py-path",
192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
193 "--ninja-path", 193 "--ninja-path",
194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
195 "--target", 195 "--target",
196 "Release", 196 "Release",
197 "--src-dir", 197 "--src-dir",
198 "[SLAVE_BUILD]/src", 198 "[SLAVE_BUILD]/src",
199 "--goma-cache-dir", 199 "--goma-cache-dir",
200 "[GOMA_CACHE]", 200 "[GOMA_CACHE]",
201 "--build-tool",
202 "ninja",
203 "--compiler", 201 "--compiler",
204 "goma", 202 "goma",
205 "--goma-jsonstatus", 203 "--goma-jsonstatus",
206 "/path/to/tmp/json", 204 "/path/to/tmp/json",
207 "--goma-service-account-json-file", 205 "--goma-service-account-json-file",
208 "/creds/service_accounts/service-account-goma-client.json", 206 "/creds/service_accounts/service-account-goma-client.json",
209 "--goma-dir", 207 "--goma-dir",
210 "[CACHE]/cipd/goma", 208 "[CACHE]/cipd/goma",
211 "--goma-fail-fast", 209 "--goma-fail-fast",
212 "--goma-disable-local-fallback", 210 "--goma-disable-local-fallback",
213 "--", 211 "--",
214 "all" 212 "all"
215 ], 213 ],
216 "env": { 214 "env": {
217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 216 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
219 }, 217 },
220 "name": "compile", 218 "name": "compile",
221 "~followup_annotations": [ 219 "~followup_annotations": [
222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
223 "@@@STEP_LOG_END@json.output (invalid)@@@" 221 "@@@STEP_LOG_END@json.output (invalid)@@@"
224 ] 222 ]
225 }, 223 },
226 { 224 {
227 "name": "$result", 225 "name": "$result",
228 "recipe_result": null, 226 "recipe_result": null,
229 "status_code": 0 227 "status_code": 0
230 } 228 }
231 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698