blob: 66a84c62cc61694b03ea6cc6e659bcf7631266b9 [file] [log] [blame] [edit]
js_library(
name = "node_lib",
srcs = [
"builder.js",
"http/http.js",
],
deps = [
"//javascript/webdriver:webdriver_lib",
])
node_module(
name = "webdriver",
srcs = [ "webdriver/*.js" ],
deps = [
":node_lib",
"//javascript/webdriver:webdriver_lib",
],
content_roots = [
"javascript",
"third_party/closure"
],
resources = [
{ "COPYING" : "/COPYING" },
{ "third_party/closure/LICENSE" : "goog/LICENSE" }
])