OLD | NEW |
---|---|
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'skia_repo.isolate', | 3 'skia_repo.isolate', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 'command': [ | 6 'command': [ |
7 'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm _out_dir', '${ISOLATED_OUTDIR}/out', | 7 'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm _out_dir', '${ISOLATED_OUTDIR}', |
8 ], | 8 ], |
9 }, | 9 }, |
10 } | 10 } |
OLD | NEW |