| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "--target", | 177 "--target", |
| 178 "Release", | 178 "Release", |
| 179 "--src-dir", | 179 "--src-dir", |
| 180 "[SLAVE_BUILD]\\src", | 180 "[SLAVE_BUILD]\\src", |
| 181 "--build-tool", | 181 "--build-tool", |
| 182 "ninja", | 182 "ninja", |
| 183 "--compiler", | 183 "--compiler", |
| 184 "goma", | 184 "goma", |
| 185 "--goma-dir", | 185 "--goma-dir", |
| 186 "[BUILD]\\goma", | 186 "[BUILD]\\goma", |
| 187 "--ninja-ensure-up-to-date", |
| 187 "--", | 188 "--", |
| 188 "blink_tests", | 189 "blink_tests", |
| 189 "browser_tests", | 190 "browser_tests", |
| 190 "browser_tests_run", | 191 "browser_tests_run", |
| 191 "crash_service" | 192 "crash_service" |
| 192 ], | 193 ], |
| 193 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
| 194 "name": "compile" | 195 "name": "compile" |
| 195 }, | 196 }, |
| 196 { | 197 { |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "python", | 366 "python", |
| 366 "-u", | 367 "-u", |
| 367 "[BUILD]\\scripts\\slave\\process_dumps.py", | 368 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 368 "--target", | 369 "--target", |
| 369 "Release" | 370 "Release" |
| 370 ], | 371 ], |
| 371 "cwd": "[SLAVE_BUILD]", | 372 "cwd": "[SLAVE_BUILD]", |
| 372 "name": "process_dumps" | 373 "name": "process_dumps" |
| 373 } | 374 } |
| 374 ] | 375 ] |
| OLD | NEW |