Skip to content

Commit

Permalink
Actually fix the Safari BUCK build
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 13, 2015
1 parent 3d364f6 commit 6392037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/safari/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ java_library(name = 'safari',
srcs = glob(['*.java']),
resources = [
':client',
':extension',
'//javascript/safari-driver:safari-driver',
],
deps = [
'//java/client/src/org/openqa/selenium:codecs',
Expand Down
3 changes: 3 additions & 0 deletions javascript/safari-driver/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,7 @@ folder(
'debug/log.html',
'extension/extension.html',
],
visibility = [
'//java/client/src/org/openqa/selenium/safari:safari',
],
)

0 comments on commit 6392037

Please sign in to comment.