| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win32 Debug", | 10 "Win32 Debug", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "--target", | 81 "--target", |
| 82 "Debug", | 82 "Debug", |
| 83 "--src-dir", | 83 "--src-dir", |
| 84 "[SLAVE_BUILD]\\src", | 84 "[SLAVE_BUILD]\\src", |
| 85 "--build-tool", | 85 "--build-tool", |
| 86 "ninja", | 86 "ninja", |
| 87 "--compiler", | 87 "--compiler", |
| 88 "goma", | 88 "goma", |
| 89 "--goma-dir", | 89 "--goma-dir", |
| 90 "[BUILD]\\goma", | 90 "[BUILD]\\goma", |
| 91 "--ninja-ensure-up-to-date", |
| 91 "--", | 92 "--", |
| 92 "All" | 93 "All" |
| 93 ], | 94 ], |
| 94 "cwd": "[SLAVE_BUILD]", | 95 "cwd": "[SLAVE_BUILD]", |
| 95 "name": "compile" | 96 "name": "compile" |
| 96 }, | 97 }, |
| 97 { | 98 { |
| 98 "allow_subannotations": true, | 99 "allow_subannotations": true, |
| 99 "cmd": [ | 100 "cmd": [ |
| 100 "python", | 101 "python", |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "gtest-results/voice_engine_unittests.exe", | 479 "gtest-results/voice_engine_unittests.exe", |
| 479 "--builder-name=Win32 Debug", | 480 "--builder-name=Win32 Debug", |
| 480 "--slave-name=slavename", | 481 "--slave-name=slavename", |
| 481 "--build-number=1337", | 482 "--build-number=1337", |
| 482 "voice_engine_unittests.exe" | 483 "voice_engine_unittests.exe" |
| 483 ], | 484 ], |
| 484 "cwd": "[SLAVE_BUILD]", | 485 "cwd": "[SLAVE_BUILD]", |
| 485 "name": "voice_engine_unittests" | 486 "name": "voice_engine_unittests" |
| 486 } | 487 } |
| 487 ] | 488 ] |
| OLD | NEW |