Skip to content

Commit

Permalink
Retire swift_grpc_library
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604370178
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Feb 5, 2024
1 parent 6bb862b commit 0a2bb6a
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 895 deletions.
94 changes: 0 additions & 94 deletions examples/xplatform/grpc/BUILD

This file was deleted.

32 changes: 0 additions & 32 deletions examples/xplatform/grpc/client_main.swift

This file was deleted.

34 changes: 0 additions & 34 deletions examples/xplatform/grpc/client_unit_test.swift

This file was deleted.

32 changes: 0 additions & 32 deletions examples/xplatform/grpc/echo.proto

This file was deleted.

46 changes: 0 additions & 46 deletions examples/xplatform/grpc/server_main.swift

This file was deleted.

19 changes: 0 additions & 19 deletions swift/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -116,25 +116,6 @@ bzl_library(
],
)

bzl_library(
name = "swift_grpc_library",
srcs = ["swift_grpc_library.bzl"],
deps = [
":module_name",
":providers",
"//swift/internal:attrs",
"//swift/internal:compiling",
"//swift/internal:feature_names",
"//swift/internal:features",
"//swift/internal:linking",
"//swift/internal:output_groups",
"//swift/internal:proto_gen_utils",
"//swift/internal:toolchain_utils",
"//swift/internal:utils",
"@bazel_skylib//lib:dicts",
],
)

bzl_library(
name = "swift_import",
srcs = ["swift_import.bzl"],
Expand Down
1 change: 0 additions & 1 deletion swift/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ bzl_library(
bzl_library(
name = "proto_gen_utils",
srcs = ["proto_gen_utils.bzl"],
deps = ["@bazel_skylib//lib:paths"],
)

bzl_library(
Expand Down
Loading

1 comment on commit 0a2bb6a

@brentleyjones
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.