Chromium Code Reviews| Index: infra/bots/compile_skia.isolate | 
| diff --git a/infra/bots/compile_skia.isolate b/infra/bots/compile_skia.isolate | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..51168e01198aeae2629cc89bc23e3020d9f7ed26 | 
| --- /dev/null | 
| +++ b/infra/bots/compile_skia.isolate | 
| @@ -0,0 +1,10 @@ | 
| +{ | 
| + 'includes': [ | 
| + 'skia_repo.isolate', | 
| + ], | 
| + 'variables': { | 
| + 'command': [ | 
| + 'python', 'compile_skia.py', '<(BUILDER_NAME)', '${ISOLATED_OUTDIR}/out', | 
| + ], | 
| + }, | 
| +} |