| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_chromeos_clang_dbg", | 10 "linux_chromium_chromeos_clang_dbg", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "--compiler", | 135 "--compiler", |
| 136 "goma-clang", | 136 "goma-clang", |
| 137 "--goma-dir", | 137 "--goma-dir", |
| 138 "[BUILD]/goma", | 138 "[BUILD]/goma", |
| 139 "--", | 139 "--", |
| 140 "all", | 140 "all", |
| 141 "base_unittests", | 141 "base_unittests", |
| 142 "mojo_common_unittests", | 142 "mojo_common_unittests", |
| 143 "sandbox_linux_unittests", | 143 "sandbox_linux_unittests", |
| 144 "browser_tests", | 144 "browser_tests", |
| 145 "chrome" | 145 "chrome", |
| 146 "chrome_run" |
| 146 ], | 147 ], |
| 147 "name": "compile (with patch)" | 148 "name": "compile (with patch)" |
| 148 } | 149 } |
| 149 ] | 150 ] |
| OLD | NEW |