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 @@ |
| +{ |
|
rmistry
2016/02/18 15:29:21
[For later] Putting isolate files and the top leve
borenet
2016/02/18 15:40:56
I suspect we'll only have four:
skia_repo.isolate
|
| + 'includes': [ |
| + 'skia_repo.isolate', |
| + ], |
| + 'variables': { |
| + 'command': [ |
| + 'python', 'compile_skia.py', '<(BUILDER_NAME)', '${ISOLATED_OUTDIR}/out', |
| + ], |
| + }, |
| +} |