| Index: tools/roll_webrtc.py
|
| diff --git a/tools/roll_webrtc.py b/tools/roll_webrtc.py
|
| index 94f421c8b134f56def229d1d42005b8334c9555a..5fb661c8b0aa8c1628be792e2f02d2a3118707f3 100755
|
| --- a/tools/roll_webrtc.py
|
| +++ b/tools/roll_webrtc.py
|
| @@ -39,7 +39,7 @@ WEBRTC_PATH = os.path.join('third_party', 'webrtc')
|
| LIBJINGLE_PATH = os.path.join('third_party', 'libjingle', 'source', 'talk')
|
| LIBJINGLE_README = os.path.join('third_party', 'libjingle', 'README.chromium')
|
| # Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.
|
| -EXTRA_TRYBOTS = ('tryserver.chromium.linux:linux_chromium_archive_rel_ng,'
|
| +EXTRA_TRYBOTS = ('tryserver.chromium.linux:linux_chromium_archive_rel_ng;'
|
| 'tryserver.chromium.mac:mac_chromium_archive_rel_ng')
|
|
|
| # Result codes from build/third_party/buildbot_8_4p1/buildbot/status/results.py
|
|
|