From b63a8ac5da2a45a7d0ccfec70c96eb4e949bd2fe Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 25 Jan 2017 09:36:50 +0100 Subject: [PATCH] Moving gn_isolate_map.pyl to tools-webrtc/mb BUG=webrtc:7030 R=kjellander@webrtc.org Review-Url: https://codereview.webrtc.org/2648353004 . Cr-Commit-Position: refs/heads/master@{#16262} --- {webrtc/build => tools-webrtc/mb}/gn_isolate_map.pyl | 0 tools-webrtc/mb/mb.py | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename {webrtc/build => tools-webrtc/mb}/gn_isolate_map.pyl (100%) diff --git a/webrtc/build/gn_isolate_map.pyl b/tools-webrtc/mb/gn_isolate_map.pyl similarity index 100% rename from webrtc/build/gn_isolate_map.pyl rename to tools-webrtc/mb/gn_isolate_map.pyl diff --git a/tools-webrtc/mb/mb.py b/tools-webrtc/mb/mb.py index 77a81e0b5b..eb92f239f0 100755 --- a/tools-webrtc/mb/mb.py +++ b/tools-webrtc/mb/mb.py @@ -48,8 +48,7 @@ class MetaBuildWrapper(object): def __init__(self): self.chromium_src_dir = CHROMIUM_SRC_DIR self.default_config = os.path.join(SCRIPT_DIR, 'mb_config.pyl') - self.default_isolate_map = os.path.join(self.chromium_src_dir, 'testing', - 'buildbot', 'gn_isolate_map.pyl') + self.default_isolate_map = os.path.join(SCRIPT_DIR, 'gn_isolate_map.pyl') self.executable = sys.executable self.platform = sys.platform self.sep = os.sep