| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 { | 99 { |
| 100 "cmd": [ | 100 "cmd": [ |
| 101 "python", | 101 "python", |
| 102 "-u", | 102 "-u", |
| 103 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 103 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 104 "runhooks" | 104 "runhooks" |
| 105 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", | 106 "cwd": "[SLAVE_BUILD]", |
| 107 "env": { | 107 "env": { |
| 108 "GYP_CROSSCOMPILE": "1", | 108 "GYP_CROSSCOMPILE": "1", |
| 109 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 109 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra
nding=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=arm use_gom
a=1", |
| 110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 111 }, | 111 }, |
| 112 "name": "gclient runhooks" | 112 "name": "gclient runhooks" |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "cmd": [ | 115 "cmd": [ |
| 116 "python", | 116 "python", |
| 117 "-u", | 117 "-u", |
| 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 119 "--output", | 119 "--output", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "~followup_annotations": [ | 410 "~followup_annotations": [ |
| 411 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" | 411 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" |
| 412 ] | 412 ] |
| 413 }, | 413 }, |
| 414 { | 414 { |
| 415 "name": "$result", | 415 "name": "$result", |
| 416 "recipe_result": null, | 416 "recipe_result": null, |
| 417 "status_code": 0 | 417 "status_code": 0 |
| 418 } | 418 } |
| 419 ] | 419 ] |
| OLD | NEW |