a7a6f2e01d
This enables running DM through Swarming. NOTRY=true BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1743113003 Review URL: https://codereview.chromium.org/1743113003
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
{
|
|
'includes': [
|
|
'skia_repo.isolate',
|
|
],
|
|
'variables': {
|
|
'command': [
|
|
'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm_out_dir', '${ISOLATED_OUTDIR}/out',
|
|
],
|
|
},
|
|
}
|