Skip to content

Commit fa386b6

Browse files
committed
Continue adding js_binaries built using Buck for the firefox driver.
1 parent 7bc1850 commit fa386b6

File tree

2 files changed

+310
-3
lines changed

2 files changed

+310
-3
lines changed

javascript/atoms/BUCK

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,25 @@ js_library(name = 'locators',
160160
)
161161

162162

163+
js_library(name = 'window',
164+
srcs = [
165+
'frame.js',
166+
'window.js',
167+
],
168+
deps = [
169+
':bot',
170+
':error-lib',
171+
':events',
172+
':json',
173+
':locators',
174+
'//third_party/closure:closure',
175+
],
176+
visibility = [
177+
'//javascript/...',
178+
],
179+
)
180+
181+
163182
js_library(name = 'xpath',
164183
srcs = [
165184
'locators/xpath.js',

0 commit comments

Comments
 (0)