gerrit/polygerrit-ui/BUCK
Andrew Bonventre b07c0d2d6d Add an account dropdown menu
So that the user can see which account they're using, switch
accounts, and logout.

Feature: Issue 3693

Change-Id: I08ff42653f78c4a2c496d1a329d3eb26318ca32d
2015-12-02 16:44:42 -05:00

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',
],
)