aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/compile_skia.isolate
blob: 529ca151b9ae503d2faf1181cb0dd007340f2fff (plain)
1
2
3
4
5
6
7
8
9
10
{
  'includes': [
    'skia_repo.isolate',
  ],
  'variables': {
    'command': [
      'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm_out_dir', '${ISOLATED_OUTDIR}',
    ],
  },
}