| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 "cmd": [ | 132 "cmd": [ |
| 133 "python", | 133 "python", |
| 134 "-u", | 134 "-u", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 135 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 136 "--root=[SLAVE_BUILD]/src", | 136 "--root=[SLAVE_BUILD]/src", |
| 137 "gen", | 137 "gen", |
| 138 "//out/Release", | 138 "//out/Release", |
| 139 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true is_debug=false target_cpu=\"x64\"" | 139 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true symbol_level=2 is_debug=false target_cpu=\"x64\"" |
| 140 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]/src", | 141 "cwd": "[SLAVE_BUILD]/src", |
| 142 "name": "gn" | 142 "name": "gn" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "[DEPOT_TOOLS]/gn.py", | 148 "[DEPOT_TOOLS]/gn.py", |
| 149 "--root=[SLAVE_BUILD]/src", | 149 "--root=[SLAVE_BUILD]/src", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 213 "@@@STEP_LOG_END@json.output (invalid)@@@" | 213 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 214 ] | 214 ] |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 "name": "$result", | 217 "name": "$result", |
| 218 "recipe_result": null, | 218 "recipe_result": null, |
| 219 "status_code": 0 | 219 "status_code": 0 |
| 220 } | 220 } |
| 221 ] | 221 ] |
| OLD | NEW |