| OLD | NEW |
| 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 "chromium.mojo", | 8 "chromium.mojo", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium Mojo Android", | 10 "Chromium Mojo Android", |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "--src-dir", | 294 "--src-dir", |
| 295 "[SLAVE_BUILD]/src", | 295 "[SLAVE_BUILD]/src", |
| 296 "--goma-cache-dir", | 296 "--goma-cache-dir", |
| 297 "[GOMA_CACHE]", | 297 "[GOMA_CACHE]", |
| 298 "--build-tool", | 298 "--build-tool", |
| 299 "ninja", | 299 "ninja", |
| 300 "--compiler", | 300 "--compiler", |
| 301 "goma", | 301 "goma", |
| 302 "--goma-jsonstatus", | 302 "--goma-jsonstatus", |
| 303 "/path/to/tmp/json", | 303 "/path/to/tmp/json", |
| 304 "--goma-service-account-json-file", |
| 305 "/creds/service_accounts/service-account-goma-client.json", |
| 304 "--goma-dir", | 306 "--goma-dir", |
| 305 "[BUILD]/goma", | 307 "[BUILD]/goma", |
| 306 "--" | 308 "--" |
| 307 ], | 309 ], |
| 308 "cwd": "[SLAVE_BUILD]", | 310 "cwd": "[SLAVE_BUILD]", |
| 309 "env": { | 311 "env": { |
| 310 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 312 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 311 }, | 313 }, |
| 312 "name": "compile", | 314 "name": "compile", |
| 313 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 315 "@@@STEP_LOG_END@json.output (invalid)@@@" | 317 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 316 ] | 318 ] |
| 317 }, | 319 }, |
| 318 { | 320 { |
| 319 "name": "$result", | 321 "name": "$result", |
| 320 "recipe_result": null, | 322 "recipe_result": null, |
| 321 "status_code": 0 | 323 "status_code": 0 |
| 322 } | 324 } |
| 323 ] | 325 ] |
| OLD | NEW |