
Additionally fix a bug in bower2buck.py where it would bail when a license is not specified in a Bower package info response. [1] http://caniuse.com/#feat=fetch [2] http://github.github.io/fetch/ Change-Id: Ibf754aab98bab6e34b7a9fb5d6c9801bb612f5d5
18 lines
391 B
Python
18 lines
391 B
Python
include_defs('//lib/js.defs')
|
|
|
|
bower_components(
|
|
name = 'polygerrit_components',
|
|
deps = [
|
|
'//lib/js:fetch',
|
|
'//lib/js:iron-ajax',
|
|
'//lib/js:iron-autogrow-textarea',
|
|
'//lib/js:iron-dropdown',
|
|
'//lib/js:iron-input',
|
|
'//lib/js:iron-overlay-behavior',
|
|
'//lib/js:iron-selector',
|
|
'//lib/js:page',
|
|
'//lib/js:polymer',
|
|
'//lib/js:promise-polyfill',
|
|
],
|
|
)
|