Path: blob/trunk/third_party/closure/goog/labs/useragent/highentropy/BUILD.bazel
4443 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")
package(default_visibility = ["//visibility:public"])
closure_js_library(
name = "highentropydata",
srcs = ["highentropydata.js"],
lenient = True,
deps = [":highentropyvalue"],
)
closure_js_library(
name = "highentropyvalue",
srcs = ["highentropyvalue.js"],
lenient = True,
deps = [
"//third_party/closure/goog/labs/useragent:util",
"//third_party/closure/goog/string:internal",
],
)