| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "--target", | 138 "--target", |
| 139 "Release", | 139 "Release", |
| 140 "--src-dir", | 140 "--src-dir", |
| 141 "[SLAVE_BUILD]\\src", | 141 "[SLAVE_BUILD]\\src", |
| 142 "--build-tool", | 142 "--build-tool", |
| 143 "ninja", | 143 "ninja", |
| 144 "--compiler", | 144 "--compiler", |
| 145 "goma", | 145 "goma", |
| 146 "--goma-dir", | 146 "--goma-dir", |
| 147 "[BUILD]\\goma", | 147 "[BUILD]\\goma", |
| 148 "--ninja-ensure-up-to-date", |
| 148 "--", | 149 "--", |
| 149 "blink_tests", | 150 "blink_tests", |
| 150 "browser_tests", | 151 "browser_tests", |
| 151 "crash_service" | 152 "crash_service" |
| 152 ], | 153 ], |
| 153 "cwd": "[SLAVE_BUILD]", | 154 "cwd": "[SLAVE_BUILD]", |
| 154 "name": "compile" | 155 "name": "compile" |
| 155 }, | 156 }, |
| 156 { | 157 { |
| 157 "cmd": [ | 158 "cmd": [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "python", | 195 "python", |
| 195 "-u", | 196 "-u", |
| 196 "[BUILD]\\scripts\\slave\\process_dumps.py", | 197 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 197 "--target", | 198 "--target", |
| 198 "Release" | 199 "Release" |
| 199 ], | 200 ], |
| 200 "cwd": "[SLAVE_BUILD]", | 201 "cwd": "[SLAVE_BUILD]", |
| 201 "name": "process_dumps" | 202 "name": "process_dumps" |
| 202 } | 203 } |
| 203 ] | 204 ] |
| OLD | NEW |