Skip to content

Commit 0683477

Browse files
drfloobcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 717968328 Change-Id: Ie45ded97c98744f2a99761209efa0f0f3d3b02bd
1 parent 3174dab commit 0683477

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

tensorstore/internal/grpc/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ tensorstore_cc_test(
9797
deps = [
9898
":utils",
9999
"@com_github_grpc_grpc//:grpc++",
100-
"@com_github_grpc_grpc//:grpc++_public_hdrs",
101100
"@com_google_absl//absl/status",
102101
"@com_google_googletest//:gtest_main",
103102
],

tensorstore/kvstore/tsgrpc/BUILD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ tensorstore_cc_library(
7070
"//tensorstore/proto:encode_time",
7171
"//tensorstore/util:result",
7272
"@com_github_grpc_grpc//:grpc++",
73-
"@com_github_grpc_grpc//:grpc++_public_hdrs",
7473
"@com_google_absl//absl/status",
7574
"@com_google_absl//absl/time",
7675
],
@@ -114,7 +113,6 @@ tensorstore_cc_library(
114113
"//tensorstore/util/execution",
115114
"//tensorstore/util/garbage_collection",
116115
"@com_github_grpc_grpc//:grpc++",
117-
"@com_github_grpc_grpc//:grpc++_public_hdrs",
118116
"@com_google_absl//absl/base:core_headers",
119117
"@com_google_absl//absl/log:absl_log",
120118
"@com_google_absl//absl/status",
@@ -144,7 +142,7 @@ tensorstore_cc_test(
144142
"//tensorstore/util:status_testutil",
145143
"//tensorstore/util/execution",
146144
"//tensorstore/util/execution:sender_testutil",
147-
"@com_github_grpc_grpc//:grpc++_public_hdrs",
145+
"@com_github_grpc_grpc//:grpc++",
148146
"@com_google_absl//absl/strings:cord",
149147
"@com_google_absl//absl/synchronization",
150148
"@com_google_absl//absl/time",

third_party/com_github_grpc_grpc/workspace.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def repo():
5858
"--target=//:grpc",
5959
"--target=//:grpc++",
6060
"--target=//:grpc++_codegen_proto",
61-
"--target=//:grpc++_public_hdrs",
6261
"--target=//:grpc++_test",
6362
"--target=//src/compiler:grpc_cpp_plugin",
6463
] + [

0 commit comments

Comments
 (0)