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

load("@io_bazel_rules_closure//closure:defs.bzl", "web_library")

licenses(["notice"])  # Apache 2.0

# THIS PACKAGE HAS MOVED
# See tensorflow/tensorboard/components/tf_tensorboard_d3v4:demo

web_library(
    name = "demo_data",
    srcs = glob(["data/**"]),
    path = "/",
)

filegroup(
    name = "all_files",
    srcs = glob(["**"]),
    tags = ["notsan"],
)
