File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
csharp_library (
2
2
name = 'webdriver' ,
3
- out = 'WebDriver.dll' ,
3
+ dll_name = 'WebDriver.dll' ,
4
4
framework_ver = 'net40' ,
5
5
srcs = glob (['**/*.cs' ]),
6
6
resources = {
7
- '//javascript/firefox-driver:webdriver' : 'WebDriver.FirefoxExt.zip' ,
8
- '//javascript/firefox-driver:webdriver_prefs' : 'WebDriver.FirefoxPreferences' ,
9
- # '//cpp:noblur' : 'WebDriver.FirefoxNoFocus.x86.dll',
10
- # '//cpp:noblur64' : 'WebDriver.FirefoxNoFocus.x64.dll'
7
+ 'WebDriver.FirefoxExt.zip' : '//javascript/firefox-driver:webdriver' ,
8
+ 'WebDriver.FirefoxExt.zip' : '//javascript/firefox-driver:webdriver' ,
9
+ 'WebDriver.FirefoxPreferences' : '//javascript/firefox-driver:webdriver_prefs' ,
10
+ # 'WebDriver.FirefoxNoFocus.x86.dll': '//cpp:noblur',
11
+ # 'WebDriver.FirefoxNoFocus.x64.dll': '//cpp:noblur64',
11
12
},
12
13
deps = [
13
14
'System.dll' ,
@@ -18,3 +19,4 @@ csharp_library(
18
19
'//third_party/dotnet/json-net-6.0r2/Net40:json'
19
20
],
20
21
)
22
+
You can’t perform that action at this time.
0 commit comments