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:
Jamie Madill
2021-04-13 09:32:30 -04:00
committed by Commit Bot
parent cc56e1aac8
commit 29dc2b6e5d
8 changed files with 106 additions and 1 deletions

View File

@@ -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)