@@ -15,6 +15,7 @@ mozilla_lib(name = "webdriver_firefox_esr_previous",
15
15
"webdriver-interactions/*_linux*.cpp",
16
16
"webdriver-interactions/interactions_common.*",
17
17
"webdriver-firefox/*.cpp"],
18
+ args = "-Icpp/webdriver-server",
18
19
arch = "i386",
19
20
geckoversion="24")
20
21
@@ -23,6 +24,7 @@ mozilla_lib(name = "webdriver_firefox_esr_previous_64",
23
24
"webdriver-interactions/*_linux*.cpp",
24
25
"webdriver-interactions/interactions_common.*",
25
26
"webdriver-firefox/*.cpp"],
27
+ args = "-Icpp/webdriver-server",
26
28
arch = "amd64",
27
29
geckoversion="24")
28
30
@@ -31,6 +33,7 @@ mozilla_lib(name = "webdriver_firefox_esr_latest",
31
33
"webdriver-interactions/*_linux*.cpp",
32
34
"webdriver-interactions/interactions_common.*",
33
35
"webdriver-firefox/*.cpp"],
36
+ args = "-Icpp/webdriver-server",
34
37
arch = "i386",
35
38
geckoversion="31")
36
39
@@ -39,6 +42,7 @@ mozilla_lib(name = "webdriver_firefox_esr_latest_64",
39
42
"webdriver-interactions/*_linux*.cpp",
40
43
"webdriver-interactions/interactions_common.*",
41
44
"webdriver-firefox/*.cpp"],
45
+ args = "-Icpp/webdriver-server",
42
46
arch = "amd64",
43
47
geckoversion="31")
44
48
@@ -47,27 +51,31 @@ mozilla_lib(name = "webdriver_firefox_previous",
47
51
srcs = [ "webdriver-interactions/*_linux*.cpp",
48
52
"webdriver-interactions/interactions_common.*",
49
53
"webdriver-firefox/*.cpp"],
54
+ args = "-Icpp/webdriver-server",
50
55
arch = "i386",
51
56
geckoversion="32")
52
57
53
58
mozilla_lib(name = "webdriver_firefox_previous_64",
54
59
srcs = [ "webdriver-interactions/*_linux*.cpp",
55
60
"webdriver-interactions/interactions_common.*",
56
61
"webdriver-firefox/*.cpp"],
62
+ args = "-Icpp/webdriver-server",
57
63
arch = "amd64",
58
64
geckoversion="32")
59
65
60
66
mozilla_lib(name = "webdriver_firefox_latest",
61
67
srcs = [ "webdriver-interactions/*_linux*.cpp",
62
68
"webdriver-interactions/interactions_common.*",
63
69
"webdriver-firefox/*.cpp"],
70
+ args = "-Icpp/webdriver-server",
64
71
arch = "i386",
65
72
geckoversion="33")
66
73
67
74
mozilla_lib(name = "webdriver_firefox_latest_64",
68
75
srcs = [ "webdriver-interactions/*_linux*.cpp",
69
76
"webdriver-interactions/interactions_common.*",
70
77
"webdriver-firefox/*.cpp"],
78
+ args = "-Icpp/webdriver-server",
71
79
arch = "amd64",
72
80
geckoversion="33")
73
81
0 commit comments