OLD | NEW |
---|---|
1 { | 1 { |
2 'includes': [ | |
3 'infrabots.isolate', | |
4 ], | |
5 'variables': { | 2 'variables': { |
6 'command': [ | 3 'command': [ |
7 'python', 'assets/<(ASSET)/download.py', '-t', '${ISOLATED_OUTDIR}', '--gs util', '<(GSUTIL)', | 4 'python', '../../../../../assets/<(ASSET)/download.py', '-t', '${ISOLATED_ OUTDIR}', '--gsutil', '<(GSUTIL)', |
5 ], | |
6 'files': [ | |
7 'assets/__init__.py', | |
8 'assets/asset_utils.py', | |
9 'assets/assets.py', | |
10 'assets/<(ASSET)/', | |
11 'utils.py', | |
12 'zip_utils.py', | |
8 ], | 13 ], |
9 }, | 14 }, |
10 } | 15 } |
OLD | NEW |