Skip to content

Commit

Permalink
Fix up buck build files so they all compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 11, 2014
1 parent 425df2d commit a440774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/lift/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ java_library(name = 'lift',
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/support/ui:wait',
'//java/client/src/org/openqa/selenium/support/ui:clock',
'//third_party/java/guava-libraries:guava-libraries',
'//third_party/java/hamcrest:hamcrest',
'//third_party/java/junit:junit',
],
Expand Down
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/support/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ java_library(name = 'page-factory',
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/support/ui:clock',
'//java/client/src/org/openqa/selenium/support/ui:components',
'//third_party/java/guava-libraries:guava-libraries',
],
visibility = ['PUBLIC'],
)
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/support/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ java_test(name = 'small-tests',
'//java/client/src/org/openqa/selenium/support/ui:elements',
'//java/client/src/org/openqa/selenium/support/ui:wait',
'//java/client/test/org/openqa/selenium:doubles',
'//third_party/java/guava-libraries:guava-libraries',
'//third_party/java/hamcrest:hamcrest',
'//third_party/java/junit:junit',
'//third_party/java/mockito:mockito',
Expand Down

0 comments on commit a440774

Please sign in to comment.