"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/java/src/org/openqa/selenium/concurrent/BUILD.bazel" (17 Feb 2023, 332 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 load("//java:defs.bzl", "java_library")
    2 
    3 java_library(
    4     name = "concurrent",
    5     srcs = glob(["*.java"]),
    6     visibility = [
    7         "//java/src/org/openqa/selenium/grid:__subpackages__",
    8         "//java/src/org/openqa/selenium/remote:__subpackages__",
    9     ],
   10     deps = [
   11         "//java/src/org/openqa/selenium:core",
   12     ],
   13 )