mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
infra: Move and check gn_isolate_map.
In preparation for more source-side configuration. Also adds a presubmit check and some empty files to enable the presubmit to function. Bug: angleproject:5114 Change-Id: Id9a0cbe1e78949720be39c65efab73c1345d4f39 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2819942 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
@@ -48,7 +48,7 @@ def invoke_mb(args):
|
||||
|
||||
if is_standalone:
|
||||
logging.info('Standalone mode detected.')
|
||||
mb_args += ['-i', os.path.join('infra', 'gn_isolate_map.pyl')]
|
||||
mb_args += ['-i', os.path.join('infra', 'specs', 'gn_isolate_map.pyl')]
|
||||
|
||||
logging.info('Invoking mb: %s' % ' '.join(mb_args))
|
||||
return subprocess.check_output(mb_args)
|
||||
|
||||
Reference in New Issue
Block a user