Skip to content

Commit

Permalink
Fix deps for the Ruby + PhantomJS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Mar 2, 2013
1 parent 019f066 commit 652f7c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ ruby_test(name = "phantomjs",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
":remote"
":remote",
":phantomjs"
]
)
ruby_library(name = "remote",
Expand Down Expand Up @@ -283,14 +284,15 @@ ruby_test(name = "unit",
],
include = ["rb/spec/unit", "build/rb/lib"],
deps = [
":android",
":chrome",
":common",
":firefox",
":ie",
":iphone",
":android",
":remote",
":support"
":phantomjs",
":support",
]
)

Expand Down

0 comments on commit 652f7c4

Please sign in to comment.