| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "--src-dir", | 174 "--src-dir", |
| 175 "[SLAVE_BUILD]\\src", | 175 "[SLAVE_BUILD]\\src", |
| 176 "--build-tool", | 176 "--build-tool", |
| 177 "ninja", | 177 "ninja", |
| 178 "--compiler", | 178 "--compiler", |
| 179 "goma-clang", | 179 "goma-clang", |
| 180 "--goma-dir", | 180 "--goma-dir", |
| 181 "[BUILD]\\goma", | 181 "[BUILD]\\goma", |
| 182 "--goma-hermetic", | 182 "--goma-hermetic", |
| 183 "error", | 183 "error", |
| 184 "--ninja-ensure-up-to-date", |
| 184 "--clobber", | 185 "--clobber", |
| 185 "--", | 186 "--", |
| 186 "base_unittests", | 187 "base_unittests", |
| 187 "chromium_builder_tests", | 188 "chromium_builder_tests", |
| 188 "content_unittests", | 189 "content_unittests", |
| 189 "crash_service" | 190 "crash_service" |
| 190 ], | 191 ], |
| 191 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
| 192 "name": "compile" | 193 "name": "compile" |
| 193 }, | 194 }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "python", | 267 "python", |
| 267 "-u", | 268 "-u", |
| 268 "[BUILD]\\scripts\\slave\\process_dumps.py", | 269 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 269 "--target", | 270 "--target", |
| 270 "Release_x64" | 271 "Release_x64" |
| 271 ], | 272 ], |
| 272 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "process_dumps" | 274 "name": "process_dumps" |
| 274 } | 275 } |
| 275 ] | 276 ] |
| OLD | NEW |