| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Debug (GN)", | 10 "Android Debug (GN)", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "GYP_CROSSCOMPILE": "1", | 114 "GYP_CROSSCOMPILE": "1", |
| 115 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 115 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 117 }, | 117 }, |
| 118 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "[DEPOT_TOOLS]/gn.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 125 "--root=[SLAVE_BUILD]/src", | 125 "--root=[SLAVE_BUILD]/src", |
| 126 "gen", | 126 "gen", |
| 127 "//out/Debug", | 127 "//out/Debug", |
| 128 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[CACHE]/cipd/goma\"" | 128 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[CACHE]/cipd/goma\"" |
| 129 ], | 129 ], |
| 130 "name": "gn" | 130 "name": "gn" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "python", | 134 "python", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 168 "@@@STEP_LOG_END@json.output (invalid)@@@" | 168 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 169 ] | 169 ] |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "name": "$result", | 172 "name": "$result", |
| 173 "recipe_result": null, | 173 "recipe_result": null, |
| 174 "status_code": 0 | 174 "status_code": 0 |
| 175 } | 175 } |
| 176 ] | 176 ] |
| OLD | NEW |