| 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 "--clobber", | 165 "--clobber", |
| 165 "--", | 166 "--", |
| 166 "base_unittests", | 167 "base_unittests", |
| 167 "chromium_builder_tests", | 168 "chromium_builder_tests", |
| 168 "content_unittests", | 169 "content_unittests", |
| 169 "crash_service" | 170 "crash_service" |
| 170 ], | 171 ], |
| 171 "cwd": "[SLAVE_BUILD]", | 172 "cwd": "[SLAVE_BUILD]", |
| 172 "name": "compile" | 173 "name": "compile" |
| 173 }, | 174 }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "python", | 247 "python", |
| 247 "-u", | 248 "-u", |
| 248 "[BUILD]\\scripts\\slave\\process_dumps.py", | 249 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 249 "--target", | 250 "--target", |
| 250 "Release" | 251 "Release" |
| 251 ], | 252 ], |
| 252 "cwd": "[SLAVE_BUILD]", | 253 "cwd": "[SLAVE_BUILD]", |
| 253 "name": "process_dumps" | 254 "name": "process_dumps" |
| 254 } | 255 } |
| 255 ] | 256 ] |
| OLD | NEW |