| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "name": "generate_build_files" | 297 "name": "generate_build_files" |
| 298 }, | 298 }, |
| 299 { | 299 { |
| 300 "cmd": [ | 300 "cmd": [ |
| 301 "python", | 301 "python", |
| 302 "-u", | 302 "-u", |
| 303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 304 "--show-path", | 304 "--show-path", |
| 305 "python", | 305 "python", |
| 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 307 "--gsutil-py-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 307 "--ninja-path", | 309 "--ninja-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 309 "--target", | 311 "--target", |
| 310 "Release", | 312 "Release", |
| 311 "--src-dir", | 313 "--src-dir", |
| 312 "[SLAVE_BUILD]/src", | 314 "[SLAVE_BUILD]/src", |
| 313 "--goma-cache-dir", | 315 "--goma-cache-dir", |
| 314 "[GOMA_CACHE]", | 316 "[GOMA_CACHE]", |
| 315 "--build-tool", | 317 "--build-tool", |
| 316 "ninja", | 318 "ninja", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 "~followup_annotations": [ | 388 "~followup_annotations": [ |
| 387 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 389 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" |
| 388 ] | 390 ] |
| 389 }, | 391 }, |
| 390 { | 392 { |
| 391 "name": "$result", | 393 "name": "$result", |
| 392 "recipe_result": null, | 394 "recipe_result": null, |
| 393 "status_code": 0 | 395 "status_code": 0 |
| 394 } | 396 } |
| 395 ] | 397 ] |
| OLD | NEW |