Add tools/mb to setup_links.py

I believe this is needed in order to setup the iOS simulator bots
using the ios recipe module. We'll also most likely use MB in the future
when moving over from GYP to GN (since that's the sole purpose of the tool:
to make such a migration easier).

BUG=chromium:498746
NOTRY=True
TBR=phoglund@webrtc.org

Review URL: https://codereview.webrtc.org/1692543002

Cr-Commit-Position: refs/heads/master@{#11575}
This commit is contained in:
kjellander 2016-02-11 06:18:11 -08:00 committed by Commit bot
parent 4af8061e40
commit 68da769ab9

View File

@ -69,6 +69,7 @@ DIRECTORIES = [
'tools/generate_stubs',
'tools/gn',
'tools/gyp',
'tools/mb',
'tools/memory',
'tools/protoc_wrapper',
'tools/python',