| OLD | NEW | 
|---|
| 1 [ | 1 [ | 
| 2   { | 2   { | 
| 3     "cmd": [ | 3     "cmd": [ | 
| 4       "python", | 4       "python", | 
| 5       "-u", | 5       "-u", | 
| 6       "[BUILD]/scripts/slave/bot_update.py", | 6       "[BUILD]/scripts/slave/bot_update.py", | 
| 7       "--master", | 7       "--master", | 
| 8       "client.webrtc", | 8       "client.webrtc", | 
| 9       "--builder", | 9       "--builder", | 
| 10       "Linux Memcheck", | 10       "Linux Memcheck", | 
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 72   }, | 72   }, | 
| 73   { | 73   { | 
| 74     "cmd": [ | 74     "cmd": [ | 
| 75       "python", | 75       "python", | 
| 76       "-u", | 76       "-u", | 
| 77       "[DEPOT_TOOLS]/gclient.py", | 77       "[DEPOT_TOOLS]/gclient.py", | 
| 78       "runhooks" | 78       "runhooks" | 
| 79     ], | 79     ], | 
| 80     "cwd": "[SLAVE_BUILD]", | 80     "cwd": "[SLAVE_BUILD]", | 
| 81     "env": { | 81     "env": { | 
| 82       "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
     ways_on=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" | 82       "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
     ways_on=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arc
     h=x64 use_goma=1" | 
| 83     }, | 83     }, | 
| 84     "name": "gclient runhooks" | 84     "name": "gclient runhooks" | 
| 85   }, | 85   }, | 
| 86   { | 86   { | 
| 87     "cmd": [ | 87     "cmd": [ | 
| 88       "python", | 88       "python", | 
| 89       "-u", | 89       "-u", | 
| 90       "[BUILD]/scripts/slave/compile.py", | 90       "[BUILD]/scripts/slave/compile.py", | 
| 91       "--target", | 91       "--target", | 
| 92       "Release", | 92       "Release", | 
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 589     ], | 589     ], | 
| 590     "cwd": "[SLAVE_BUILD]", | 590     "cwd": "[SLAVE_BUILD]", | 
| 591     "name": "webrtc_nonparallel_tests" | 591     "name": "webrtc_nonparallel_tests" | 
| 592   }, | 592   }, | 
| 593   { | 593   { | 
| 594     "name": "$result", | 594     "name": "$result", | 
| 595     "recipe_result": null, | 595     "recipe_result": null, | 
| 596     "status_code": 0 | 596     "status_code": 0 | 
| 597   } | 597   } | 
| 598 ] | 598 ] | 
| OLD | NEW | 
|---|