File tree Expand file tree Collapse file tree 2 files changed +16
-104
lines changed Expand file tree Collapse file tree 2 files changed +16
-104
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,6 @@ bzl_library(
27
27
],
28
28
)
29
29
30
- bzl_library (
31
- name = "repositories" ,
32
- srcs = ["repositories.bzl" ],
33
- deps = [
34
- "//doc:bazel_tools_bzl" ,
35
- "//swift/internal:swift_autoconfiguration" ,
36
- ],
37
- )
38
-
39
30
bzl_library (
40
31
name = "module_name" ,
41
32
srcs = ["module_name.bzl" ],
@@ -53,6 +44,15 @@ bzl_library(
53
44
],
54
45
)
55
46
47
+ bzl_library (
48
+ name = "repositories" ,
49
+ srcs = ["repositories.bzl" ],
50
+ deps = [
51
+ "//doc:bazel_tools_bzl" ,
52
+ "//swift/internal:swift_autoconfiguration" ,
53
+ ],
54
+ )
55
+
56
56
bzl_library (
57
57
name = "swift_binary" ,
58
58
srcs = ["swift_binary.bzl" ],
@@ -247,11 +247,15 @@ bzl_library(
247
247
],
248
248
)
249
249
250
+ # Consumed by docs
250
251
bzl_library (
251
252
name = "swift" ,
252
- srcs = ["swift.bzl" ],
253
253
deps = [
254
+ ":extensions" ,
255
+ ":extras" ,
256
+ ":module_name" ,
254
257
":providers" ,
258
+ ":repositories" ,
255
259
":swift_binary" ,
256
260
":swift_clang_module_aspect" ,
257
261
":swift_common" ,
@@ -267,9 +271,10 @@ bzl_library(
267
271
":swift_symbol_graph_aspect" ,
268
272
":swift_test" ,
269
273
],
274
+ visibility = ["//doc:__pkg__" ],
270
275
)
271
276
272
- # Consumed by Bazel integration tests.
277
+ # Consumed by Bazel integration tests
273
278
filegroup (
274
279
name = "for_bazel_tests" ,
275
280
testonly = 1 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments