File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const portprober = require('./net/portprober');
52
52
/** @const */
53
53
const CLIENT_PATH = isDevMode
54
54
? path . join ( __dirname ,
55
- '../../../build /javascript/safari-driver/client.js' )
55
+ '../../../buck-out/gen /javascript/safari-driver/client.js' )
56
56
: path . join ( __dirname , 'lib/safari/client.js' ) ;
57
57
58
58
Original file line number Diff line number Diff line change 1
- js_binary ( name = 'client' ,
2
- srcs = [ 'client.js' ],
3
- flags = [
4
- '--compilation_level=WHITESPACE_ONLY ' ,
5
- ] ,
1
+
2
+ export_file (
3
+ name = 'client' ,
4
+ src = 'client.js ' ,
5
+ out = 'client.js' ,
6
6
visibility = [
7
7
'//java/client/src/org/openqa/selenium/safari:client' ,
8
8
],
Original file line number Diff line number Diff line change 1
1
# This is a snapshot generated from the same target in the safari branch.
2
- js_binary(
2
+ # We don't actually need it renamed, but we do want it copied to build
3
+ # output.
4
+ rename(
3
5
name = "client",
4
6
srcs = ["client.js"],
5
- flags = [
6
- "--compilation_level=WHITESPACE_ONLY",
7
- ])
7
+ out = "client.js
8
+ )
You can’t perform that action at this time.
0 commit comments