| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "[GOMA_CACHE]", | 314 "[GOMA_CACHE]", |
| 315 "--build-tool", | 315 "--build-tool", |
| 316 "ninja", | 316 "ninja", |
| 317 "--compiler", | 317 "--compiler", |
| 318 "goma", | 318 "goma", |
| 319 "--goma-jsonstatus", | 319 "--goma-jsonstatus", |
| 320 "/path/to/tmp/json", | 320 "/path/to/tmp/json", |
| 321 "--goma-dir", | 321 "--goma-dir", |
| 322 "[SLAVE_BUILD]/src/build/goma/client", | 322 "[SLAVE_BUILD]/src/build/goma/client", |
| 323 "--", | 323 "--", |
| 324 "bin/run_blink_heap_unittests", | |
| 325 "bin/run_webkit_unit_tests", | |
| 326 "blink_heap_unittests_apk", | 324 "blink_heap_unittests_apk", |
| 327 "blink_tests", | 325 "blink_tests", |
| 328 "webkit_unit_tests_apk" | 326 "webkit_unit_tests_apk" |
| 329 ], | 327 ], |
| 330 "cwd": "[SLAVE_BUILD]", | 328 "cwd": "[SLAVE_BUILD]", |
| 331 "env": { | 329 "env": { |
| 332 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 330 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 333 }, | 331 }, |
| 334 "name": "compile", | 332 "name": "compile", |
| 335 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "~followup_annotations": [ | 386 "~followup_annotations": [ |
| 389 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 387 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" |
| 390 ] | 388 ] |
| 391 }, | 389 }, |
| 392 { | 390 { |
| 393 "name": "$result", | 391 "name": "$result", |
| 394 "recipe_result": null, | 392 "recipe_result": null, |
| 395 "status_code": 0 | 393 "status_code": 0 |
| 396 } | 394 } |
| 397 ] | 395 ] |
| OLD | NEW |