| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::webrtc]/resources/cleanup_symlinks.py", |
| 7 "[SLAVE_BUILD]" |
| 8 ], |
| 9 "name": "clean symlinks" |
| 10 }, |
| 11 { |
| 12 "cmd": [ |
| 13 "python", |
| 14 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--spec", | 16 "--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'}]", | 17 "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", | 18 "--patch_root", |
| 10 "src", | 19 "src", |
| 11 "--revision_mapping_file", | 20 "--revision_mapping_file", |
| 12 "{\"src\": \"got_revision\"}", | 21 "{\"src\": \"got_revision\"}", |
| 13 "--git-cache-dir", | 22 "--git-cache-dir", |
| 14 "[GIT_CACHE]", | 23 "[GIT_CACHE]", |
| 15 "--issue", | 24 "--issue", |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "~followup_annotations": [ | 352 "~followup_annotations": [ |
| 344 "@@@STEP_NEST_LEVEL@1@@@" | 353 "@@@STEP_NEST_LEVEL@1@@@" |
| 345 ] | 354 ] |
| 346 }, | 355 }, |
| 347 { | 356 { |
| 348 "name": "$result", | 357 "name": "$result", |
| 349 "recipe_result": null, | 358 "recipe_result": null, |
| 350 "status_code": 0 | 359 "status_code": 0 |
| 351 } | 360 } |
| 352 ] | 361 ] |
| OLD | NEW |