| 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 "Mac64 Debug", | 10 "Mac64 Debug", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "--target", | 101 "--target", |
| 102 "Debug", | 102 "Debug", |
| 103 "--src-dir", | 103 "--src-dir", |
| 104 "[SLAVE_BUILD]/src", | 104 "[SLAVE_BUILD]/src", |
| 105 "--build-tool", | 105 "--build-tool", |
| 106 "ninja", | 106 "ninja", |
| 107 "--compiler", | 107 "--compiler", |
| 108 "goma-clang", | 108 "goma-clang", |
| 109 "--goma-dir", | 109 "--goma-dir", |
| 110 "[BUILD]/goma", | 110 "[BUILD]/goma", |
| 111 "--ninja-ensure-up-to-date", |
| 111 "--", | 112 "--", |
| 112 "All" | 113 "All" |
| 113 ], | 114 ], |
| 114 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
| 115 "name": "compile" | 116 "name": "compile" |
| 116 }, | 117 }, |
| 117 { | 118 { |
| 118 "allow_subannotations": true, | 119 "allow_subannotations": true, |
| 119 "cmd": [ | 120 "cmd": [ |
| 120 "python", | 121 "python", |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "gtest-results/libjingle_peerconnection_objc_test.app/Contents/MacOS/libji
ngle_peerconnection_objc_test", | 525 "gtest-results/libjingle_peerconnection_objc_test.app/Contents/MacOS/libji
ngle_peerconnection_objc_test", |
| 525 "--builder-name=Mac64 Debug", | 526 "--builder-name=Mac64 Debug", |
| 526 "--slave-name=slavename", | 527 "--slave-name=slavename", |
| 527 "--build-number=1337", | 528 "--build-number=1337", |
| 528 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test" | 529 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test" |
| 529 ], | 530 ], |
| 530 "cwd": "[SLAVE_BUILD]", | 531 "cwd": "[SLAVE_BUILD]", |
| 531 "name": "libjingle_peerconnection_objc_test" | 532 "name": "libjingle_peerconnection_objc_test" |
| 532 } | 533 } |
| 533 ] | 534 ] |
| OLD | NEW |