Commit 16bfa3a 1 parent e9748c5 commit 16bfa3a Copy full SHA for 16bfa3a
File tree 6 files changed +13
-13
lines changed
java/src/org/openqa/selenium
javascript/node/selenium-webdriver
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ exports_files(
20
20
"windows/selenium-manager.exe" ,
21
21
],
22
22
visibility = [
23
+ "//dotnet/src/webdriver:__pkg__" ,
23
24
"//java/src/org/openqa/selenium/manager:__pkg__" ,
24
25
"//java/test/org/openqa/selenium/chrome:__pkg__" ,
25
26
"//java/test/org/openqa/selenium/edge:__pkg__" ,
26
27
"//java/test/org/openqa/selenium/firefox:__pkg__" ,
28
+ "//javascript/node/selenium-webdriver:__pkg__" ,
27
29
"//py:__pkg__" ,
28
30
"//rb:__pkg__" ,
29
- "//javascript/node/selenium-webdriver:__pkg__" ,
30
- "//dotnet/src/webdriver:__pkg__" ,
31
31
],
32
32
)
Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ nuget_package(
277
277
visibility = ["//visibility:public" ],
278
278
deps = [
279
279
":logo" ,
280
- ":props" ,
281
280
":manager-linux" ,
282
281
":manager-macos" ,
283
282
":manager-windows" ,
@@ -289,6 +288,7 @@ nuget_package(
289
288
":net6.0" ,
290
289
":netstandard2.0" ,
291
290
":netstandard2.1" ,
291
+ ":props" ,
292
292
],
293
293
)
294
294
Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ java_library(
22
22
23
23
java_library (
24
24
name = "bidi" ,
25
- srcs = glob ([
26
- "*.java" ,
27
- "log/*.java" ,
28
- "browsingcontext/*.java"
29
- ],
30
- exclude = AUGMENTER_SRCS ,
25
+ srcs = glob (
26
+ [
27
+ "*.java" ,
28
+ "log/*.java" ,
29
+ "browsingcontext/*.java" ,
30
+ ],
31
+ exclude = AUGMENTER_SRCS ,
31
32
),
32
33
visibility = [
33
34
"//java/src/org/openqa/selenium/bidi:__subpackages__" ,
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ java_library(
45
45
":is-displayed" ,
46
46
],
47
47
visibility = [
48
- "//java/src/org/openqa/selenium/devtools:__pkg__" ,
49
48
"//java/src/org/openqa/selenium/bidi:__pkg__" ,
49
+ "//java/src/org/openqa/selenium/devtools:__pkg__" ,
50
50
],
51
51
exports = [
52
52
],
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SRC_FILES = [
24
24
"testing/*.js" ,
25
25
"devtools/*.js" ,
26
26
"common/*.js" ,
27
- "bidi/*.js"
27
+ "bidi/*.js" ,
28
28
])
29
29
30
30
pkg_npm (
@@ -147,7 +147,6 @@ genrule(
147
147
],
148
148
) for n in BROWSER_VERSIONS ]
149
149
150
-
151
150
copy_file (
152
151
name = "manager-linux" ,
153
152
src = "//common/manager:linux/selenium-manager" ,
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ pkg_tar(
182
182
genrule (
183
183
name = "selenium-pkginfo" ,
184
184
srcs = [":selenium-wheel-lib" ],
185
- cmd = "cp $(location :selenium-wheel-lib)/selenium-%s.dist-info/METADATA $@" % SE_VERSION ,
186
185
outs = ["PKG-INFO" ],
186
+ cmd = "cp $(location :selenium-wheel-lib)/selenium-%s.dist-info/METADATA $@" % SE_VERSION ,
187
187
)
188
188
189
189
py_import (
You can’t perform that action at this time.
0 commit comments