aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/app/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/app/BUILD')
-rw-r--r--tensorflow/tensorboard/app/BUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/tensorflow/tensorboard/app/BUILD b/tensorflow/tensorboard/app/BUILD
deleted file mode 100644
index 9afcd23e9e..0000000000
--- a/tensorflow/tensorboard/app/BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description:
-# Build rules for building the HTML/JS necessary for TensorBoard.
-package(default_visibility = ["//tensorflow:internal"])
-
-licenses(["notice"]) # Apache 2.0
-
-exports_files(["LICENSE"])
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)