aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <smilkov@google.com>2016-11-17 13:45:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-17 14:02:58 -0800
commit5329ac7a4c8c20df5e22c928a82ccc943dc9100c (patch)
treea36da3bbc93d6e3acc78c3f24c50a7da718cf290 /WORKSPACE
parent60ec764c7c7d627ad79b02e9d47e76d3a4b4ef58 (diff)
Update bazel rules for bower dependencies.
Change: 139501626
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 15222194d2..30aba396b8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -394,6 +394,13 @@ new_http_archive(
)
new_http_archive(
+ name = "paper_spinner",
+ build_file = "bower.BUILD",
+ url = "https://github.com/polymerelements/paper-spinner/archive/v1.1.1.tar.gz",
+ strip_prefix = "paper-spinner-1.1.1",
+)
+
+new_http_archive(
name = "paper_styles",
build_file = "bower.BUILD",
url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz",