TensorBoard: Migrate vz_{sorting,line_chart} to webfiles
Change: 146535501
diff --git a/WORKSPACE b/WORKSPACE
index a0c936a..958a53c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,5 +1,19 @@
 workspace(name = "org_tensorflow")
 
+http_archive(
+    name = "io_bazel_rules_closure",
+    sha256 = "60fc6977908f999b23ca65698c2bb70213403824a84f7904310b6000d78be9ce",
+    strip_prefix = "rules_closure-5ca1dab6df9ad02050f7ba4e816407f88690cf7d",
+    urls = [
+        "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz",  # 2017-02-03
+        "https://github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz",
+    ],
+)
+
+load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
+
+closure_repositories()
+
 load("//tensorflow:workspace.bzl", "check_version", "tf_workspace")
 
 # We must check the bazel version before trying to parse any other BUILD files,
@@ -466,7 +480,7 @@
 )
 
 new_http_archive(
-  name = "polymer",
+  name = "polymer_archive",
   build_file = "bower.BUILD",
   url = "https://github.com/polymer/polymer/archive/v1.7.0.tar.gz",
   strip_prefix = "polymer-1.7.0",