A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/f7c2f029a68e9e6bb5b65b5fca6c7254341e872a below:

Run buildifier. No logical changes · SeleniumHQ/selenium@f7c2f02 · GitHub

File tree Expand file treeCollapse file tree 9 files changed

+30

-30

lines changed

Filter options

Expand file treeCollapse file tree 9 files changed

+30

-30

lines changed Original file line number Diff line number Diff line change

@@ -41,7 +41,7 @@ zip_file = rule(

41 41

"_zip": attr.label(

42 42

default = "@bazel_tools//tools/zip:zipper",

43 43

executable = True,

44 -

cfg = "host",

44 +

cfg = "exec",

45 45

),

46 46

},

47 47

)

Original file line number Diff line number Diff line change

@@ -86,7 +86,7 @@ merged_assembly = rule(

86 86

"target_framework": attr.string(mandatory = True),

87 87

"merge_tool": attr.label(

88 88

executable = True,

89 -

cfg = "host",

89 +

cfg = "exec",

90 90

default = Label("//third_party/dotnet/ilmerge:ilmerge.exe"),

91 91

allow_single_file = True,

92 92

),

Original file line number Diff line number Diff line change

@@ -49,7 +49,7 @@ nuget_push = rule(

49 49

"api_key": attr.label(default = ":nuget-api-key"),

50 50

"nuget_exe": attr.label(

51 51

executable = True,

52 -

cfg = "host",

52 +

cfg = "exec",

53 53

default = Label("//third_party/dotnet/nuget:nuget.exe"),

54 54

allow_single_file = True,

55 55

),

@@ -142,7 +142,7 @@ nuget_package = rule(

142 142

"is_windows": attr.bool(default = False),

143 143

"nuget_exe": attr.label(

144 144

executable = True,

145 -

cfg = "host",

145 +

cfg = "exec",

146 146

default = Label("//third_party/dotnet/nuget:nuget.exe"),

147 147

allow_single_file = True,

148 148

),

Original file line number Diff line number Diff line change

@@ -63,10 +63,10 @@ generated_assembly_info(

63 63

],

64 64

visibility = ["//visibility:public"],

65 65

deps = [

66 -

"@json.net//:Newtonsoft.Json",

67 -

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

68 -

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

69 66

"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",

67 +

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

68 +

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

69 +

"@json.net//:Newtonsoft.Json",

70 70

"@net//:System",

71 71

"@net//:System.Core",

72 72

"@net//:System.Data",

@@ -111,10 +111,10 @@ generated_assembly_info(

111 111

],

112 112

visibility = ["//visibility:public"],

113 113

deps = [

114 -

"@json.net//:Newtonsoft.Json",

115 -

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

116 -

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

117 114

"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",

115 +

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

116 +

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

117 +

"@json.net//:Newtonsoft.Json",

118 118

],

119 119

) for standard_version in SUPPORTED_NET_STANDARD_VERSIONS]

120 120

@@ -151,10 +151,10 @@ generated_assembly_info(

151 151

],

152 152

visibility = ["//visibility:public"],

153 153

deps = [

154 -

"@json.net//:Newtonsoft.Json",

155 -

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

156 -

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

157 154

"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",

155 +

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

156 +

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

157 +

"@json.net//:Newtonsoft.Json",

158 158

"@net//:System",

159 159

"@net//:System.Core",

160 160

"@net//:System.Data",

@@ -200,10 +200,10 @@ generated_assembly_info(

200 200

],

201 201

visibility = ["//visibility:public"],

202 202

deps = [

203 -

"@json.net//:Newtonsoft.Json",

204 -

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

205 -

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

206 203

"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",

204 +

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

205 +

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

206 +

"@json.net//:Newtonsoft.Json",

207 207

],

208 208

) for standard_version in SUPPORTED_NET_STANDARD_VERSIONS]

209 209

@@ -213,10 +213,10 @@ generated_assembly_info(

213 213

target_framework = "{}".format(framework),

214 214

visibility = ["//visibility:public"],

215 215

deps = [

216 -

"@json.net//:Newtonsoft.Json",

217 -

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

218 -

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

219 216

"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",

217 +

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

218 +

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

219 +

"@json.net//:Newtonsoft.Json",

220 220

],

221 221

) for framework in SUPPORTED_NET_FRAMEWORKS]

222 222

@@ -227,10 +227,10 @@ generated_assembly_info(

227 227

target_framework = "{}".format(framework),

228 228

visibility = ["//visibility:public"],

229 229

deps = [

230 -

"@json.net//:Newtonsoft.Json",

231 -

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

232 -

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

233 230

"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",

231 +

"@identitymodel.logging//:Microsoft.IdentityModel.Logging",

232 +

"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",

233 +

"@json.net//:Newtonsoft.Json",

234 234

],

235 235

) for framework in SUPPORTED_NET_FRAMEWORKS]

236 236 Original file line number Diff line number Diff line change

@@ -64,7 +64,7 @@ java_dist_zip = rule(

64 64

"_zip": attr.label(

65 65

default = "@bazel_tools//tools/zip:zipper",

66 66

executable = True,

67 -

cfg = "host",

67 +

cfg = "exec",

68 68

),

69 69

},

70 70

)

Original file line number Diff line number Diff line change

@@ -224,7 +224,7 @@ java_module = rule(

224 224

default = [],

225 225

),

226 226

"_javabase": attr.label(

227 -

cfg = "host",

227 +

cfg = "exec",

228 228

default = "@bazel_tools//tools/jdk:current_java_runtime",

229 229

providers = [java_common.JavaRuntimeInfo],

230 230

),

@@ -234,18 +234,18 @@ java_module = rule(

234 234

"_merge_jars": attr.label(

235 235

default = "@rules_jvm_external//private/tools/java/rules/jvm/external/jar:MergeJars",

236 236

executable = True,

237 -

cfg = "host",

237 +

cfg = "exec",

238 238

),

239 239

"_module_generator": attr.label(

240 240

default = "//java/src/dev/selenium/tools/modules:ModuleGenerator",

241 241

executable = True,

242 -

cfg = "host",

242 +

cfg = "exec",

243 243

),

244 244

"_singlejar": attr.label(

245 245

default = "@bazel_tools//tools/jdk:singlejar",

246 246

allow_files = True,

247 247

executable = True,

248 -

cfg = "host",

248 +

cfg = "exec",

249 249

),

250 250

},

251 251

)

Original file line number Diff line number Diff line change

@@ -58,7 +58,7 @@ closure_lang_file = rule(

58 58

"_lang_gen": attr.label(

59 59

default = "//javascript/private:gen_file",

60 60

executable = True,

61 -

cfg = "host",

61 +

cfg = "exec",

62 62

),

63 63

"utf8": attr.bool(

64 64

doc = "Generate utf8 or not. UTF8 with generate string and char. " +

Original file line number Diff line number Diff line change

@@ -87,7 +87,7 @@ py_import = rule(

87 87

),

88 88

"_zip": attr.label(

89 89

allow_single_file = True,

90 -

cfg = "host",

90 +

cfg = "exec",

91 91

default = "@bazel_tools//tools/zip:zipper",

92 92

executable = True,

93 93

),

Original file line number Diff line number Diff line change

@@ -11,7 +11,7 @@ merge_toolchain = rule(

11 11

executable = True,

12 12

allow_single_file = True,

13 13

mandatory = True,

14 -

cfg = "host",

14 +

cfg = "exec",

15 15

),

16 16

},

17 17

)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4