Remove duplicate gn_isolate_map.pyl

The other one is in the //infra/specs folder.

Bug: webrtc:13899
Change-Id: Idbf3c888b60741aa8a35d25bd3b7deb4f1a81a95
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258682
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#36525}
This commit is contained in:
Jeremy Leconte
2022-04-11 15:09:20 +02:00
committed by WebRTC LUCI CQ
parent 4d8ef1b151
commit f5fd25ca04
2 changed files with 2 additions and 148 deletions

View File

@ -44,7 +44,8 @@ class WebRTCMetaBuildWrapper(mb.MetaBuildWrapper):
assert self.default_config
assert self.default_isolate_map
self.default_config = os.path.join(_SCRIPT_DIR, 'mb_config.pyl')
self.default_isolate_map = os.path.join(_SCRIPT_DIR, 'gn_isolate_map.pyl')
self.default_isolate_map = os.path.join(_SRC_DIR, 'infra', 'specs',
'gn_isolate_map.pyl')
def GetSwarmingCommand(self, target, vals):
isolate_map = self.ReadIsolateMap()