| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "[GOMA_CACHE]", | 254 "[GOMA_CACHE]", |
| 255 "--build-tool", | 255 "--build-tool", |
| 256 "ninja", | 256 "ninja", |
| 257 "--compiler", | 257 "--compiler", |
| 258 "goma", | 258 "goma", |
| 259 "--goma-jsonstatus", | 259 "--goma-jsonstatus", |
| 260 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
| 261 "--goma-dir", | 261 "--goma-dir", |
| 262 "[SLAVE_BUILD]/src/build/goma/client", | 262 "[SLAVE_BUILD]/src/build/goma/client", |
| 263 "--", | 263 "--", |
| 264 "blink_heap_unittests", |
| 264 "blink_heap_unittests_apk", | 265 "blink_heap_unittests_apk", |
| 265 "blink_tests", | 266 "blink_tests", |
| 267 "webkit_unit_tests", |
| 266 "webkit_unit_tests_apk" | 268 "webkit_unit_tests_apk" |
| 267 ], | 269 ], |
| 268 "cwd": "[SLAVE_BUILD]", | 270 "cwd": "[SLAVE_BUILD]", |
| 269 "env": { | 271 "env": { |
| 270 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 272 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 271 }, | 273 }, |
| 272 "name": "compile", | 274 "name": "compile", |
| 273 "~followup_annotations": [ | 275 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 275 "@@@STEP_LOG_END@json.output (invalid)@@@" | 277 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 "~followup_annotations": [ | 328 "~followup_annotations": [ |
| 327 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 329 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" |
| 328 ] | 330 ] |
| 329 }, | 331 }, |
| 330 { | 332 { |
| 331 "name": "$result", | 333 "name": "$result", |
| 332 "recipe_result": null, | 334 "recipe_result": null, |
| 333 "status_code": 0 | 335 "status_code": 0 |
| 334 } | 336 } |
| 335 ] | 337 ] |
| OLD | NEW |