Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2777b37

Browse files
rishesh007copybara-github
authored andcommitted
Update src/compiler, test/core/channelz deps for layering_check and parse_headers
PiperOrigin-RevId: 808898748
1 parent b05cffb commit 2777b37

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/compiler/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ grpc_cc_library(
8080
],
8181
deps = [
8282
"proto_parser_helper",
83+
"//:gpr_platform",
8384
"//:grpc++_config_proto",
8485
"@com_google_protobuf//src/google/protobuf/compiler:code_generator",
8586
"@com_google_protobuf//src/google/protobuf/compiler:plugin",

test/core/channelz/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ grpc_cc_test(
3737
"//:gpr",
3838
"//:grpc",
3939
"//:grpc++",
40+
"//:grpc_core_credentials_header",
4041
"//:grpc_public_hdrs",
4142
"//src/core:channel_args",
4243
"//src/core:json",

test/core/channelz/zviz/BUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,16 @@ grpc_fuzz_test(
199199
srcs = ["property_list_test.cc"],
200200
external_deps = [
201201
"absl/log:check",
202+
"absl/strings",
202203
"fuzztest",
203204
"fuzztest_main",
204205
"gtest",
205-
"protobuf",
206206
],
207207
deps = [
208208
"//src/core:zviz_property_list",
209209
"//src/proto/grpc/channelz/v2:channelz_cc_proto",
210+
"//src/proto/grpc/channelz/v2:property_list_cc_proto",
211+
"@com_google_protobuf//:protobuf",
210212
],
211213
)
212214

@@ -220,13 +222,13 @@ grpc_fuzz_test(
220222
"fuzztest",
221223
"fuzztest_main",
222224
"gtest",
223-
"protobuf",
224225
],
225226
deps = [
226227
"environment_fake",
227228
"layout_log",
228229
"//src/core:zviz_format_entity_list",
229230
"//src/core:zviz_layout_html",
230231
"//src/proto/grpc/channelz/v2:channelz_cc_proto",
232+
"@com_google_protobuf//:protobuf",
231233
],
232234
)

0 commit comments

Comments
 (0)