c913a9bc7b
Combine bower components by unzipping their bower_components directories including transitive dependencies over each other. Change-Id: Ib1792ba0b17999b7df60babf6ce6a59c292c3eca
13 lines
230 B
Python
13 lines
230 B
Python
include_defs('//lib/js.defs')
|
|
|
|
bower_components(
|
|
name = 'polygerrit_components',
|
|
deps = [
|
|
'//lib/js:polymer',
|
|
'//lib/js:page',
|
|
'//lib/js:iron-ajax',
|
|
'//lib/js:iron-a11y-keys',
|
|
'//lib/js:iron-input',
|
|
],
|
|
)
|