| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "-u", | 118 "-u", |
| 119 "[BUILD]\\scripts\\slave\\compile.py", | 119 "[BUILD]\\scripts\\slave\\compile.py", |
| 120 "--target", | 120 "--target", |
| 121 "Release", | 121 "Release", |
| 122 "--src-dir", | 122 "--src-dir", |
| 123 "[SLAVE_BUILD]\\src", | 123 "[SLAVE_BUILD]\\src", |
| 124 "--build-tool", | 124 "--build-tool", |
| 125 "ninja", | 125 "ninja", |
| 126 "--mode", | 126 "--mode", |
| 127 "official", | 127 "official", |
| 128 "--ninja-ensure-up-to-date", |
| 128 "--", | 129 "--", |
| 129 "chrome", | 130 "chrome", |
| 130 "chromium_builder_perf", | 131 "chromium_builder_perf", |
| 131 "crash_service" | 132 "crash_service" |
| 132 ], | 133 ], |
| 133 "cwd": "[SLAVE_BUILD]", | 134 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "compile" | 135 "name": "compile" |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 137 "allow_subannotations": true, | 138 "allow_subannotations": true, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "python", | 202 "python", |
| 202 "-u", | 203 "-u", |
| 203 "[BUILD]\\scripts\\slave\\process_dumps.py", | 204 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 204 "--target", | 205 "--target", |
| 205 "Release" | 206 "Release" |
| 206 ], | 207 ], |
| 207 "cwd": "[SLAVE_BUILD]", | 208 "cwd": "[SLAVE_BUILD]", |
| 208 "name": "process_dumps" | 209 "name": "process_dumps" |
| 209 } | 210 } |
| 210 ] | 211 ] |
| OLD | NEW |