Skip to content

Commit

Permalink
[bidi] [java] Fix the bazel file after the BiDi breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Mar 29, 2024
1 parent cc7f340 commit acd9d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions java/src/org/openqa/selenium/bidi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ java_library(
srcs = glob(
[
"*.java",
"log/*.java",
"browsingcontext/*.java",
"network/*.java",
"script/*.java",
"storage/*.java",
],
exclude = AUGMENTER_SRCS,
),
Expand Down
6 changes: 6 additions & 0 deletions java/src/org/openqa/selenium/remote/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ java_export(
"//java/src/org/openqa/selenium:core",
"//java/src/org/openqa/selenium/bidi",
"//java/src/org/openqa/selenium/bidi:augmenter",
"//java/src/org/openqa/selenium/bidi/browsingcontext",
"//java/src/org/openqa/selenium/bidi/log",
"//java/src/org/openqa/selenium/bidi/module",
"//java/src/org/openqa/selenium/bidi/network",
"//java/src/org/openqa/selenium/bidi/script",
"//java/src/org/openqa/selenium/bidi/storage",
"//java/src/org/openqa/selenium/devtools",
"//java/src/org/openqa/selenium/devtools:augmenter",
"//java/src/org/openqa/selenium/os",
Expand Down

0 comments on commit acd9d0e

Please sign in to comment.