| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "cmd": [ | 318 "cmd": [ |
| 319 "python", | 319 "python", |
| 320 "-u", | 320 "-u", |
| 321 "[BUILD]\\scripts\\slave\\process_dumps.py", | 321 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 322 "--target", | 322 "--target", |
| 323 "Release" | 323 "Release" |
| 324 ], | 324 ], |
| 325 "name": "process_dumps" | 325 "name": "process_dumps" |
| 326 } | 326 } |
| 327 ] | 327 ] |
| OLD | NEW |