| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 74 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 76 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", | 76 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@" | 77 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@" |
| 78 ] | 78 ] |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [ | 81 "cmd": [ |
| 82 "python", | 82 "python", |
| 83 "-u", | 83 "-u", |
| 84 "[BUILD]\\scripts\\slave\\recipe_modules\\webrtc\\resources\\cleanup_files
.py", | 84 "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py", |
| 85 "[SLAVE_BUILD]\\src\\out" | 85 "[SLAVE_BUILD]\\src\\out" |
| 86 ], | 86 ], |
| 87 "name": "clean test output files" | 87 "name": "clean test output files" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "python", | 91 "python", |
| 92 "-u", | 92 "-u", |
| 93 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 93 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 94 ], | 94 ], |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "cmd": [ | 292 "cmd": [ |
| 293 "python", | 293 "python", |
| 294 "-u", | 294 "-u", |
| 295 "[BUILD]\\scripts\\slave\\process_dumps.py", | 295 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 296 "--target", | 296 "--target", |
| 297 "Release" | 297 "Release" |
| 298 ], | 298 ], |
| 299 "name": "process_dumps" | 299 "name": "process_dumps" |
| 300 } | 300 } |
| 301 ] | 301 ] |
| OLD | NEW |