aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/lib/BUILD
blob: 9c497396c68bb68c97b71bba60ff56ec44639741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description:
# BUILD rules for the static resources in TensorBoard.

package(default_visibility = [
    "//tensorflow:internal",
])

licenses(["notice"])  # Apache 2.0

exports_files([
    "LICENSE",
])

filegroup(
    name = "all_files",
    srcs = glob(
        [
            "**/*",
        ],
    ),
    visibility = ["//tensorflow:__subpackages__"],
)