Skip to content

Commit

Permalink
[bazel] Expose devtools APIs from chromium derived drivers.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 9, 2019
1 parent 5e04a20 commit 2ea018e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/client/src/org/openqa/selenium/chrome/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ java_library(
name = "chrome",
srcs = glob(["*.java"]),
visibility = ["//visibility:public"],
exports = [
"//java/client/src/org/openqa/selenium/chromium",
],
deps = [
"//java/client/src/org/openqa/selenium:core",
"//java/client/src/org/openqa/selenium/chromium",
Expand Down
3 changes: 3 additions & 0 deletions java/client/src/org/openqa/selenium/chromium/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ java_library(
visibility = [
"//visibility:public",
],
exports = [
"//java/client/src/org/openqa/selenium/devtools",
],
deps = [
"//java/client/src/org/openqa/selenium/devtools",
"//java/client/src/org/openqa/selenium/json",
Expand Down
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/edge/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ java_library(
name = "edge",
exports = [
":edgeium",
"//java/client/src/org/openqa/selenium/devtools",
"//java/client/src/org/openqa/selenium/edge/edgehtml",
],
visibility = [
Expand Down

0 comments on commit 2ea018e

Please sign in to comment.