Skip to content

Commit

Permalink
[bazel] Run buildifier over all build files
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 23, 2018
1 parent 49f4656 commit 4b02ea6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions java/server/src/org/openqa/selenium/grid/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ java_binary(
visibility = [
],
deps = [
"//java/client/src/org/openqa/selenium/chrome",
"//java/client/src/org/openqa/selenium/edge",
"//java/client/src/org/openqa/selenium/firefox",
"//java/client/src/org/openqa/selenium/ie",
"//java/client/src/org/openqa/selenium/safari",
"//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/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",
"//java/server/src/org/openqa/selenium/grid/router/httpd:httpd",
"//java/server/src/org/openqa/selenium/grid/commands",
"//java/server/src/org/openqa/selenium/grid/distributor/httpd",
"//java/server/src/org/openqa/selenium/grid/node/httpd",
"//java/server/src/org/openqa/selenium/grid/router/httpd",
"//java/server/src/org/openqa/selenium/grid/sessionmap/httpd",
],
)
6 changes: 3 additions & 3 deletions java/server/src/org/openqa/selenium/grid/commands/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
java_library(
name = "commands",
srcs = glob(["*.java"]),
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
deps = [
"//java/client/src/org/openqa/selenium/remote/tracing",
"//java/server/src/org/openqa/selenium/cli",
Expand All @@ -15,7 +18,4 @@ java_library(
"//third_party/java/beust:jcommander",
"//third_party/java/service",
],
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
)
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
java_library(
name = "httpd",
srcs = glob(["*.java"]),
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
deps = [
"//java/client/src/org/openqa/selenium/remote/tracing",
"//java/server/src/org/openqa/selenium/cli",
Expand All @@ -11,7 +14,4 @@ java_library(
"//third_party/java/beust:jcommander",
"//third_party/java/service",
],
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
)
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
java_library(
name = "httpd",
srcs = glob(["*.java"]),
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
deps = [
"//java/client/src/org/openqa/selenium/remote/tracing",
"//java/server/src/org/openqa/selenium/cli",
Expand All @@ -15,7 +18,4 @@ java_library(
"//third_party/java/beust:jcommander",
"//third_party/java/service",
],
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
]
)
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
java_library(
name = "httpd",
srcs = glob(["*.java"]),
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
deps = [
"//java/client/src/org/openqa/selenium/remote/tracing",
"//java/server/src/org/openqa/selenium/cli",
Expand All @@ -15,7 +18,4 @@ java_library(
"//third_party/java/beust:jcommander",
"//third_party/java/service",
],
visibility = [
"//java/server/src/org/openqa/selenium/grid:__pkg__",
],
)

0 comments on commit 4b02ea6

Please sign in to comment.