Skip to content

Commit 02ba052

Browse files
committed
[java] Removing webdriver_xpi deps in Java
The Java tree does not use //third_party/js/selenium:webdriver_xpi anymore.
1 parent f6923eb commit 02ba052

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

‎java/test/org/openqa/selenium/environment/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ java_library(
3232
"//javascript/atoms:deps",
3333
"//third_party/closure/goog",
3434
"//third_party/js/selenium:webdriver_json",
35-
"//third_party/js/selenium:webdriver_xpi",
3635
"//third_party/js/sizzle",
3736
"@com_google_javascript_closure_library",
3837
],

‎third_party/js/selenium/BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ copy_file(
66
name = "webdriver_xpi",
77
src = "webdriver-3.141.59.xpi",
88
out = "webdriver.xpi",
9-
visibility = [
10-
"//java/src/org/openqa/selenium/firefox/xpi:__pkg__",
11-
"//java/test/org/openqa/selenium/environment:__pkg__",
12-
],
139
)
1410

1511
copy_file(

0 commit comments

Comments
 (0)