From 02f276c63130e031e56711bff1bbac9d34a663f1 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Fri, 3 Feb 2017 17:13:49 -0800 Subject: TensorBoard: Migrate vz_{sorting,line_chart} to webfiles Change: 146535501 --- WORKSPACE | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index a0c936af06..958a53c30e 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( ) 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", -- cgit v1.2.3