| default_visibility = ["//visibility:public"], |
| load("//tools/bzl:js.bzl", "bower_component_bundle") |
| load("//tools/bzl:genrule2.bzl", "genrule2") |
| name = "polygerrit_components.bower_components", |
| # TODO(hanwen): this is inserted separately in the UI zip. Do we need this here? |
| "//lib/js:iron-a11y-keys-behavior", |
| "//lib/js:iron-autogrow-textarea", |
| "//lib/js:iron-dropdown", |
| "//lib/js:iron-overlay-behavior", |
| "//lib/js:iron-selector", |
| "//lib/js:polymer-resin", |
| "//lib/js:promise-polyfill", |
| "//lib/fonts:robotomono", |
| "cp $(SRCS) $$TMP/fonts/", |
| "find fonts/ -exec touch -t 198001010000 '{}' ';'", |
| "zip -qr $$ROOT/$@ fonts", |
| visibility = ["//visibility:public"], |