gerrit/tools/js/BUCK
Dave Borowitz 868f76458a tools: Use common hash_file implementation
Change-Id: Idf0dce913e012bfc3bcf12d6cd19d322af69505b
2015-11-25 10:15:17 -05:00

21 lines
378 B
Python

python_binary(
name = 'bower2buck',
main = 'bower2buck.py',
deps = ['//tools:util'],
visibility = ['PUBLIC'],
)
python_binary(
name = 'download_bower',
main = 'download_bower.py',
deps = ['//tools:util'],
visibility = ['PUBLIC'],
)
python_binary(
name = 'run_npm_binary',
main = 'run_npm_binary.py',
deps = ['//tools:util'],
visibility = ['PUBLIC'],
)