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:
committed by
WebRTC LUCI CQ
parent
4d8ef1b151
commit
f5fd25ca04
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user