| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "--target", | 198 "--target", |
| 199 "Debug", | 199 "Debug", |
| 200 "--src-dir", | 200 "--src-dir", |
| 201 "[SLAVE_BUILD]\\src", | 201 "[SLAVE_BUILD]\\src", |
| 202 "--build-tool", | 202 "--build-tool", |
| 203 "ninja", | 203 "ninja", |
| 204 "--compiler", | 204 "--compiler", |
| 205 "goma", | 205 "goma", |
| 206 "--goma-dir", | 206 "--goma-dir", |
| 207 "[BUILD]\\goma", | 207 "[BUILD]\\goma", |
| 208 "--ninja-ensure-up-to-date", |
| 208 "--", | 209 "--", |
| 209 "browser_tests", | 210 "browser_tests", |
| 210 "browser_tests_run", | 211 "browser_tests_run", |
| 211 "crash_service" | 212 "crash_service" |
| 212 ], | 213 ], |
| 213 "cwd": "[SLAVE_BUILD]", | 214 "cwd": "[SLAVE_BUILD]", |
| 214 "name": "compile" | 215 "name": "compile" |
| 215 }, | 216 }, |
| 216 { | 217 { |
| 217 "cmd": [ | 218 "cmd": [ |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "python", | 321 "python", |
| 321 "-u", | 322 "-u", |
| 322 "[BUILD]\\scripts\\slave\\process_dumps.py", | 323 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 323 "--target", | 324 "--target", |
| 324 "Debug" | 325 "Debug" |
| 325 ], | 326 ], |
| 326 "cwd": "[SLAVE_BUILD]", | 327 "cwd": "[SLAVE_BUILD]", |
| 327 "name": "process_dumps" | 328 "name": "process_dumps" |
| 328 } | 329 } |
| 329 ] | 330 ] |
| OLD | NEW |