b07c0d2d6d
So that the user can see which account they're using, switch accounts, and logout. Feature: Issue 3693 Change-Id: I08ff42653f78c4a2c496d1a329d3eb26318ca32d
14 lines
269 B
Python
14 lines
269 B
Python
include_defs('//lib/js.defs')
|
|
|
|
bower_components(
|
|
name = 'polygerrit_components',
|
|
deps = [
|
|
'//lib/js:iron-a11y-keys-behavior',
|
|
'//lib/js:iron-ajax',
|
|
'//lib/js:iron-dropdown',
|
|
'//lib/js:iron-input',
|
|
'//lib/js:page',
|
|
'//lib/js:polymer',
|
|
],
|
|
)
|