| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120644}\"@@@"
, | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120644}\"@@@"
, |
| 79 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383
}\"@@@", |
| 80 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 80 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 81 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 81 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
| 82 ] | 82 ] |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[BUILD]\\scripts\\slave\\recipe_modules\\webrtc\\resources\\cleanup_files
.py", | 88 "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py", |
| 89 "[SLAVE_BUILD]\\src\\out" | 89 "[SLAVE_BUILD]\\src\\out" |
| 90 ], | 90 ], |
| 91 "name": "clean test output files" | 91 "name": "clean test output files" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", | 95 "python", |
| 96 "-u", | 96 "-u", |
| 97 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 97 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 98 ], | 98 ], |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "cmd": [ | 300 "cmd": [ |
| 301 "python", | 301 "python", |
| 302 "-u", | 302 "-u", |
| 303 "[BUILD]\\scripts\\slave\\process_dumps.py", | 303 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 304 "--target", | 304 "--target", |
| 305 "Release" | 305 "Release" |
| 306 ], | 306 ], |
| 307 "name": "process_dumps" | 307 "name": "process_dumps" |
| 308 } | 308 } |
| 309 ] | 309 ] |
| OLD | NEW |