Skip to content

Commit acd9d0e

Browse files
committed
[bidi] [java] Fix the bazel file after the BiDi breaking change
1 parent cc7f340 commit acd9d0e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

java/src/org/openqa/selenium/bidi/BUILD.bazel

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ java_library(
2424
srcs = glob(
2525
[
2626
"*.java",
27-
"log/*.java",
28-
"browsingcontext/*.java",
29-
"network/*.java",
30-
"script/*.java",
31-
"storage/*.java",
3227
],
3328
exclude = AUGMENTER_SRCS,
3429
),

java/src/org/openqa/selenium/remote/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ java_export(
2424
"//java/src/org/openqa/selenium:core",
2525
"//java/src/org/openqa/selenium/bidi",
2626
"//java/src/org/openqa/selenium/bidi:augmenter",
27+
"//java/src/org/openqa/selenium/bidi/browsingcontext",
28+
"//java/src/org/openqa/selenium/bidi/log",
29+
"//java/src/org/openqa/selenium/bidi/module",
30+
"//java/src/org/openqa/selenium/bidi/network",
31+
"//java/src/org/openqa/selenium/bidi/script",
32+
"//java/src/org/openqa/selenium/bidi/storage",
2733
"//java/src/org/openqa/selenium/devtools",
2834
"//java/src/org/openqa/selenium/devtools:augmenter",
2935
"//java/src/org/openqa/selenium/os",

0 commit comments

Comments
 (0)