Move externs into polygerrit-ui/app to simplify imports

Change-Id: I94b3416f5bdfdcf37f4f693fe5aa608920ec3c5d
This commit is contained in:
Viktar Donich 2018-07-17 12:40:21 -07:00
parent eaf50c152b
commit a92316e24e
3 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ def polygerrit_plugin(name, app, srcs = [], assets = None, **kwargs):
no_closure_library = True,
deps = [
"//lib/polymer_externs:polymer_closure",
"//polygerrit-ui/externs:plugin",
"//polygerrit-ui/app/externs:plugin",
],
)