Path: blob/trunk/third_party/closure/goog/fx/anim/BUILD.bazel
4578 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
closure_js_library(
name = "anim",
srcs = ["anim.js"],
lenient = True,
deps = [
"//third_party/closure/goog/async:animationdelay",
"//third_party/closure/goog/async:delay",
"//third_party/closure/goog/disposable",
"//third_party/closure/goog/object",
],
)