Home | History | Annotate | Download | only in bots
      1 {
      2   'includes': [
      3     'skia_repo.isolate',
      4   ],
      5   'variables': {
      6     'command': [
      7       'python', 'compile_skia.py', '<(BUILDER_NAME)', '${ISOLATED_OUTDIR}/out',
      8     ],
      9   },
     10 }
     11