File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ grpc_cc_library(
80
80
],
81
81
deps = [
82
82
"proto_parser_helper" ,
83
+ "//:gpr_platform" ,
83
84
"//:grpc++_config_proto" ,
84
85
"@com_google_protobuf//src/google/protobuf/compiler:code_generator" ,
85
86
"@com_google_protobuf//src/google/protobuf/compiler:plugin" ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ grpc_cc_test(
37
37
"//:gpr" ,
38
38
"//:grpc" ,
39
39
"//:grpc++" ,
40
+ "//:grpc_core_credentials_header" ,
40
41
"//:grpc_public_hdrs" ,
41
42
"//src/core:channel_args" ,
42
43
"//src/core:json" ,
Original file line number Diff line number Diff line change @@ -199,14 +199,16 @@ grpc_fuzz_test(
199
199
srcs = ["property_list_test.cc" ],
200
200
external_deps = [
201
201
"absl/log:check" ,
202
+ "absl/strings" ,
202
203
"fuzztest" ,
203
204
"fuzztest_main" ,
204
205
"gtest" ,
205
- "protobuf" ,
206
206
],
207
207
deps = [
208
208
"//src/core:zviz_property_list" ,
209
209
"//src/proto/grpc/channelz/v2:channelz_cc_proto" ,
210
+ "//src/proto/grpc/channelz/v2:property_list_cc_proto" ,
211
+ "@com_google_protobuf//:protobuf" ,
210
212
],
211
213
)
212
214
@@ -220,13 +222,13 @@ grpc_fuzz_test(
220
222
"fuzztest" ,
221
223
"fuzztest_main" ,
222
224
"gtest" ,
223
- "protobuf" ,
224
225
],
225
226
deps = [
226
227
"environment_fake" ,
227
228
"layout_log" ,
228
229
"//src/core:zviz_format_entity_list" ,
229
230
"//src/core:zviz_layout_html" ,
230
231
"//src/proto/grpc/channelz/v2:channelz_cc_proto" ,
232
+ "@com_google_protobuf//:protobuf" ,
231
233
],
232
234
)
You can’t perform that action at this time.
0 commit comments