Add `byte_buffer` dependency back to gRPC iomgr target.

PiperOrigin-RevId: 611518672
This commit is contained in:
AJ Heller 2024-02-29 10:31:05 -08:00 committed by Copybara-Service
parent de3e6f8234
commit 73c141cb57
1 changed files with 1 additions and 0 deletions

1
BUILD
View File

@ -1563,6 +1563,7 @@ grpc_cc_library(
public_hdrs = GRPC_PUBLIC_HDRS + GRPC_PUBLIC_EVENT_ENGINE_HDRS,
visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"byte_buffer",
"channel_arg_names",
"config_vars",
"debug_location",