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