From 68da769ab9579cac98fe4da7fb5da6dbb3842216 Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 11 Feb 2016 06:18:11 -0800 Subject: [PATCH] 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} --- setup_links.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_links.py b/setup_links.py index 450def9a20..f7fa9ff073 100755 --- a/setup_links.py +++ b/setup_links.py @@ -69,6 +69,7 @@ DIRECTORIES = [ 'tools/generate_stubs', 'tools/gn', 'tools/gyp', + 'tools/mb', 'tools/memory', 'tools/protoc_wrapper', 'tools/python',