Skip to content

Commit

Permalink
Fix building of the tests when using Buck.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 11, 2015
1 parent af189fd commit bb9df23
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ java_library(
'internal/Base64Encoder.java',
],
visibility = [
'//java/client/src/org/openqa/selenium/chrome:chrome',
'//java/client/src/org/openqa/selenium/io:io',
'//java/client/src/org/openqa/selenium/opera:opera',
'//java/client/test/org/openqa/selenium:tests',
'//java/client/test/org/openqa/selenium/environment:environment',
],
)

Expand Down
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/chrome/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ java_library(
name = 'chrome',
srcs = glob(['*.java']),
deps = [
'//java/client/src/org/openqa/selenium:codecs',
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/logging:logging',
'//java/client/src/org/openqa/selenium/net:net',
Expand Down
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/opera/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ java_library(
name = 'opera',
srcs = glob(['*.java']),
deps = [
'//java/client/src/org/openqa/selenium:codecs',
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/logging:logging',
'//java/client/src/org/openqa/selenium/net:net',
Expand Down
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ java_library(name = 'tests',
],
deps = [
':helpers',
'//java/client/src/org/openqa/selenium:codecs',
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/ie:ie',
'//java/client/src/org/openqa/selenium/io:io',
Expand Down
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/environment/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
java_library(name = 'environment',
srcs = glob(['*.java', 'webserver/*.java'], excludes = ['**/*Test.java']),
deps = [
'//java/client/src/org/openqa/selenium:codecs',
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/io:io',
'//java/client/src/org/openqa/selenium/net:net',
Expand Down

0 comments on commit bb9df23

Please sign in to comment.