| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]\\gclient.py", | 6 "[DEPOT_TOOLS]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "--src-dir", | 154 "--src-dir", |
| 155 "[SLAVE_BUILD]\\src", | 155 "[SLAVE_BUILD]\\src", |
| 156 "--build-tool", | 156 "--build-tool", |
| 157 "ninja", | 157 "ninja", |
| 158 "--compiler", | 158 "--compiler", |
| 159 "goma", | 159 "goma", |
| 160 "--goma-dir", | 160 "--goma-dir", |
| 161 "[BUILD]\\goma", | 161 "[BUILD]\\goma", |
| 162 "--goma-hermetic", | 162 "--goma-hermetic", |
| 163 "error", | 163 "error", |
| 164 "--ninja-ensure-up-to-date", |
| 164 "--", | 165 "--", |
| 165 "base_unittests", | 166 "base_unittests", |
| 166 "chromium_builder_tests", | 167 "chromium_builder_tests", |
| 167 "content_unittests", | 168 "content_unittests", |
| 168 "crash_service" | 169 "crash_service" |
| 169 ], | 170 ], |
| 170 "cwd": "[SLAVE_BUILD]", | 171 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "compile" | 172 "name": "compile" |
| 172 }, | 173 }, |
| 173 { | 174 { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "python", | 246 "python", |
| 246 "-u", | 247 "-u", |
| 247 "[BUILD]\\scripts\\slave\\process_dumps.py", | 248 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 248 "--target", | 249 "--target", |
| 249 "Release" | 250 "Release" |
| 250 ], | 251 ], |
| 251 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 252 "name": "process_dumps" | 253 "name": "process_dumps" |
| 253 } | 254 } |
| 254 ] | 255 ] |
| OLD | NEW |