File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,7 @@ cc_library(
15
15
includes = ["include" ],
16
16
visibility = ["//visibility:public" ],
17
17
deps = [
18
- # TODO: Reduce the dependencies and only use required once. KRPC-185
19
- "@com_github_grpc_grpc//:grpc" ,
20
- "@com_github_grpc_grpc//:channelz" ,
21
- "@com_github_grpc_grpc//:generic_stub" ,
22
- "@com_github_grpc_grpc//:grpc++" ,
23
- "@com_github_grpc_grpc//:grpc_credentials_util" ,
24
- "@com_google_protobuf//:protobuf" ,
18
+ "@com_github_grpc_grpc//:grpc"
25
19
],
26
20
)
27
21
Original file line number Diff line number Diff line change 1
1
module (
2
- name = "grpcpp_c " ,
2
+ name = "kgrpc " ,
3
3
version = "0.1" ,
4
4
)
5
5
@@ -16,7 +16,7 @@ bazel_dep(
16
16
repo_name = "com_google_protobuf" ,
17
17
)
18
18
19
- # gRPC C++ library
19
+ # gRPC library
20
20
bazel_dep (
21
21
name = "grpc" ,
22
22
version = "1.73.1" ,
You can’t perform that action at this time.
0 commit comments