Skip to content

Commit f7c2f02

Browse files
committed
Run buildifier. No logical changes
`buildifier --lint fix -r .`
1 parent d56c876 commit f7c2f02

9 files changed

Lines changed: 30 additions & 30 deletions

File tree

common/private/zip_file.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ zip_file = rule(
4141
"_zip": attr.label(
4242
default = "@bazel_tools//tools/zip:zipper",
4343
executable = True,
44-
cfg = "host",
44+
cfg = "exec",
4545
),
4646
},
4747
)

dotnet/private/merge_assemblies.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ merged_assembly = rule(
8686
"target_framework": attr.string(mandatory = True),
8787
"merge_tool": attr.label(
8888
executable = True,
89-
cfg = "host",
89+
cfg = "exec",
9090
default = Label("//third_party/dotnet/ilmerge:ilmerge.exe"),
9191
allow_single_file = True,
9292
),

dotnet/private/nuget.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nuget_push = rule(
4949
"api_key": attr.label(default = ":nuget-api-key"),
5050
"nuget_exe": attr.label(
5151
executable = True,
52-
cfg = "host",
52+
cfg = "exec",
5353
default = Label("//third_party/dotnet/nuget:nuget.exe"),
5454
allow_single_file = True,
5555
),
@@ -142,7 +142,7 @@ nuget_package = rule(
142142
"is_windows": attr.bool(default = False),
143143
"nuget_exe": attr.label(
144144
executable = True,
145-
cfg = "host",
145+
cfg = "exec",
146146
default = Label("//third_party/dotnet/nuget:nuget.exe"),
147147
allow_single_file = True,
148148
),

dotnet/src/webdriver/BUILD.bazel

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ generated_assembly_info(
6363
],
6464
visibility = ["//visibility:public"],
6565
deps = [
66-
"@json.net//:Newtonsoft.Json",
67-
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
68-
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
6966
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
67+
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
68+
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
69+
"@json.net//:Newtonsoft.Json",
7070
"@net//:System",
7171
"@net//:System.Core",
7272
"@net//:System.Data",
@@ -111,10 +111,10 @@ generated_assembly_info(
111111
],
112112
visibility = ["//visibility:public"],
113113
deps = [
114-
"@json.net//:Newtonsoft.Json",
115-
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
116-
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
117114
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
115+
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
116+
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
117+
"@json.net//:Newtonsoft.Json",
118118
],
119119
) for standard_version in SUPPORTED_NET_STANDARD_VERSIONS]
120120

@@ -151,10 +151,10 @@ generated_assembly_info(
151151
],
152152
visibility = ["//visibility:public"],
153153
deps = [
154-
"@json.net//:Newtonsoft.Json",
155-
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
156-
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
157154
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
155+
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
156+
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
157+
"@json.net//:Newtonsoft.Json",
158158
"@net//:System",
159159
"@net//:System.Core",
160160
"@net//:System.Data",
@@ -200,10 +200,10 @@ generated_assembly_info(
200200
],
201201
visibility = ["//visibility:public"],
202202
deps = [
203-
"@json.net//:Newtonsoft.Json",
204-
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
205-
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
206203
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
204+
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
205+
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
206+
"@json.net//:Newtonsoft.Json",
207207
],
208208
) for standard_version in SUPPORTED_NET_STANDARD_VERSIONS]
209209

@@ -213,10 +213,10 @@ generated_assembly_info(
213213
target_framework = "{}".format(framework),
214214
visibility = ["//visibility:public"],
215215
deps = [
216-
"@json.net//:Newtonsoft.Json",
217-
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
218-
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
219216
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
217+
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
218+
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
219+
"@json.net//:Newtonsoft.Json",
220220
],
221221
) for framework in SUPPORTED_NET_FRAMEWORKS]
222222

@@ -227,10 +227,10 @@ generated_assembly_info(
227227
target_framework = "{}".format(framework),
228228
visibility = ["//visibility:public"],
229229
deps = [
230-
"@json.net//:Newtonsoft.Json",
231-
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
232-
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
233230
"@identitymodel.abstractions//:Microsoft.IdentityModel.Abstractions",
231+
"@identitymodel.logging//:Microsoft.IdentityModel.Logging",
232+
"@identitymodel.tokens//:Microsoft.IdentityModel.Tokens",
233+
"@json.net//:Newtonsoft.Json",
234234
],
235235
) for framework in SUPPORTED_NET_FRAMEWORKS]
236236

java/private/dist_zip.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ java_dist_zip = rule(
6464
"_zip": attr.label(
6565
default = "@bazel_tools//tools/zip:zipper",
6666
executable = True,
67-
cfg = "host",
67+
cfg = "exec",
6868
),
6969
},
7070
)

java/private/module.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ java_module = rule(
224224
default = [],
225225
),
226226
"_javabase": attr.label(
227-
cfg = "host",
227+
cfg = "exec",
228228
default = "@bazel_tools//tools/jdk:current_java_runtime",
229229
providers = [java_common.JavaRuntimeInfo],
230230
),
@@ -234,18 +234,18 @@ java_module = rule(
234234
"_merge_jars": attr.label(
235235
default = "@rules_jvm_external//private/tools/java/rules/jvm/external/jar:MergeJars",
236236
executable = True,
237-
cfg = "host",
237+
cfg = "exec",
238238
),
239239
"_module_generator": attr.label(
240240
default = "//java/src/dev/selenium/tools/modules:ModuleGenerator",
241241
executable = True,
242-
cfg = "host",
242+
cfg = "exec",
243243
),
244244
"_singlejar": attr.label(
245245
default = "@bazel_tools//tools/jdk:singlejar",
246246
allow_files = True,
247247
executable = True,
248-
cfg = "host",
248+
cfg = "exec",
249249
),
250250
},
251251
)

javascript/private/header.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ closure_lang_file = rule(
5858
"_lang_gen": attr.label(
5959
default = "//javascript/private:gen_file",
6060
executable = True,
61-
cfg = "host",
61+
cfg = "exec",
6262
),
6363
"utf8": attr.bool(
6464
doc = "Generate utf8 or not. UTF8 with generate string and char. " +

py/private/import.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ py_import = rule(
8787
),
8888
"_zip": attr.label(
8989
allow_single_file = True,
90-
cfg = "host",
90+
cfg = "exec",
9191
default = "@bazel_tools//tools/zip:zipper",
9292
executable = True,
9393
),

third_party/dotnet/ilmerge/toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ merge_toolchain = rule(
1111
executable = True,
1212
allow_single_file = True,
1313
mandatory = True,
14-
cfg = "host",
14+
cfg = "exec",
1515
),
1616
},
1717
)

0 commit comments

Comments
 (0)