Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: infra/bots/download_asset.isolate

Issue 2067133003: Add android_sdk asset (Closed) Base URL: https://skia.googlesource.com/skia.git@assets
Patch Set: Add create* scripts for android-sdk Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/bots/assets/asset_utils_test.py ('k') | infra/bots/isolate_android_sdk.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « infra/bots/assets/asset_utils_test.py ('k') | infra/bots/isolate_android_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698