aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/app/BUILD
blob: 9afcd23e9e72a010b71bd9c39a1b52f3d3542a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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__"],
)