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

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

licenses(["notice"])

closure_js_library(
    name = "window",
    srcs = ["window.js"],
    lenient = True,
    deps = [
        "//third_party/closure/goog/dom",
        "//third_party/closure/goog/dom:safe",
        "//third_party/closure/goog/dom:tagname",
        "//third_party/closure/goog/html:safeurl",
        "//third_party/closure/goog/html:uncheckedconversions",
        "//third_party/closure/goog/labs/useragent:platform",
        "//third_party/closure/goog/string",
        "//third_party/closure/goog/string:const",
        "//third_party/closure/goog/string:typedstring",
        "//third_party/closure/goog/useragent",
    ],
)