Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/third_party/closure/goog/testing/events/BUILD.bazel
4198 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")

package(default_visibility = ["//visibility:public"])

licenses(["notice"])

closure_js_library(
    name = "events",
    testonly = True,
    srcs = ["events.js"],
    lenient = True,
    deps = [
        "//third_party/closure/goog/asserts",
        "//third_party/closure/goog/disposable",
        "//third_party/closure/goog/dom:nodetype",
        "//third_party/closure/goog/events",
        "//third_party/closure/goog/events:browserevent",
        "//third_party/closure/goog/events:browserfeature",
        "//third_party/closure/goog/events:eventtarget",
        "//third_party/closure/goog/events:eventtype",
        "//third_party/closure/goog/events:keycodes",
        "//third_party/closure/goog/math:coordinate",
        "//third_party/closure/goog/object",
        "//third_party/closure/goog/style",
        "//third_party/closure/goog/useragent",
    ],
)