Skip to content

Commit

Permalink
[bazel] Add browsers to new grid
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 23, 2018
1 parent c18f2f3 commit 2de9df9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/server/src/org/openqa/selenium/grid/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ java_binary(
],
deps = [
"//java/server/src/org/openqa/selenium/cli",
# "//java/client/src/org/openqa/selenium/chrome:chrome",
# "//java/client/src/org/openqa/selenium/edge:edge",
# "//java/client/src/org/openqa/selenium/firefox:firefox",
# "//java/client/src/org/openqa/selenium/ie:ie",
# "//java/client/src/org/openqa/selenium/safari:safari",
"//java/client/src/org/openqa/selenium/chrome:chrome",
"//java/client/src/org/openqa/selenium/edge:edge",
"//java/client/src/org/openqa/selenium/firefox:firefox",
"//java/client/src/org/openqa/selenium/ie:ie",
"//java/client/src/org/openqa/selenium/safari:safari",
# "//java/server/src/org/openqa/selenium/grid/commands:commands",
# "//java/server/src/org/openqa/selenium/grid/distributor/httpd:httpd",
# "//java/server/src/org/openqa/selenium/grid/node/httpd:httpd",
Expand Down

0 comments on commit 2de9df9

Please sign in to comment.