Skip to content

Commit

Permalink
Merge branch 'master' into update_cython_pins
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenithi authored Jul 2, 2024
2 parents 0fa70c7 + f9340bc commit d588052
Show file tree
Hide file tree
Showing 572 changed files with 18,684 additions and 5,095 deletions.
6 changes: 5 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,7 @@ grpc_cc_library(
"//src/core:arena",
"//src/core:call_arena_allocator",
"//src/core:channel_args",
"//src/core:channel_args_endpoint_config",
"//src/core:channel_fwd",
"//src/core:channel_init",
"//src/core:channel_stack_type",
Expand Down Expand Up @@ -2090,6 +2091,7 @@ grpc_cc_library(
"//src/core:if",
"//src/core:iomgr_fwd",
"//src/core:latch",
"//src/core:latent_see",
"//src/core:loop",
"//src/core:map",
"//src/core:match",
Expand Down Expand Up @@ -3009,8 +3011,8 @@ grpc_cc_library(
external_deps = [
"absl/base:core_headers",
"absl/container:inlined_vector",
"absl/log",
"absl/log:check",
"absl/log:log",
],
language = "c++",
visibility = ["@grpc:client_channel"],
Expand All @@ -3023,6 +3025,7 @@ grpc_cc_library(
"orphanable",
"stats",
"//src/core:experiments",
"//src/core:latent_see",
"//src/core:stats_data",
],
)
Expand Down Expand Up @@ -3797,6 +3800,7 @@ grpc_cc_library(
"//src/core:call_spine",
"//src/core:cancel_callback",
"//src/core:channel_args",
"//src/core:channel_args_endpoint_config",
"//src/core:channel_fwd",
"//src/core:channel_init",
"//src/core:channel_stack_type",
Expand Down
Loading

0 comments on commit d588052

Please sign in to comment.