Chromium Code Reviews| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 130 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 131 "runhooks" | 131 "runhooks" |
| 132 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", | 133 "cwd": "[SLAVE_BUILD]", |
| 134 "env": { | 134 "env": { |
| 135 "GYP_CHROMIUM_NO_ACTION": "1", | |
|
Dirk Pranke
2016/03/09 19:55:49
Ick, the example.py in recipe_modules/chromium dep
martiniss
2016/03/09 19:58:10
:(
| |
| 135 "GYP_CROSSCOMPILE": "1", | 136 "GYP_CROSSCOMPILE": "1", |
| 136 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1", | 137 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1", |
| 137 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 138 }, | 139 }, |
| 139 "name": "gclient runhooks" | 140 "name": "gclient runhooks" |
| 140 }, | 141 }, |
| 141 { | 142 { |
| 142 "cmd": [ | 143 "cmd": [ |
| 143 "python", | 144 "python", |
| 144 "-u", | 145 "-u", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 209 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 209 "@@@STEP_LOG_END@json.output (invalid)@@@" | 210 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 210 ] | 211 ] |
| 211 }, | 212 }, |
| 212 { | 213 { |
| 213 "name": "$result", | 214 "name": "$result", |
| 214 "recipe_result": null, | 215 "recipe_result": null, |
| 215 "status_code": 0 | 216 "status_code": 0 |
| 216 } | 217 } |
| 217 ] | 218 ] |
| OLD | NEW |