Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grpc/grpc into cancel_verify
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Feb 9, 2024
2 parents 1a419ea + 4160605 commit 881e8b2
Show file tree
Hide file tree
Showing 157 changed files with 4,972 additions and 1,828 deletions.
9 changes: 7 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ grpc_cc_library(
"//src/core:grpc_rbac_engine",
"//src/core:json",
"//src/core:json_reader",
"//src/core:load_file",
"//src/core:slice",
"//src/core:slice_refcount",
"//src/core:status_helper",
Expand Down Expand Up @@ -1321,7 +1322,6 @@ grpc_cc_library(
"//src/core:lib/iomgr/iomgr_posix.cc",
"//src/core:lib/iomgr/iomgr_posix_cfstream.cc",
"//src/core:lib/iomgr/iomgr_windows.cc",
"//src/core:lib/iomgr/load_file.cc",
"//src/core:lib/iomgr/lockfree_event.cc",
"//src/core:lib/iomgr/polling_entity.cc",
"//src/core:lib/iomgr/pollset.cc",
Expand Down Expand Up @@ -1375,6 +1375,7 @@ grpc_cc_library(
"//src/core:lib/surface/server.cc",
"//src/core:lib/surface/validate_metadata.cc",
"//src/core:lib/surface/version.cc",
"//src/core:lib/surface/wait_for_cq_end_op.cc",
"//src/core:lib/transport/batch_builder.cc",
"//src/core:lib/transport/transport.cc",
"//src/core:lib/transport/transport_op_string.cc",
Expand Down Expand Up @@ -1414,7 +1415,6 @@ grpc_cc_library(
"//src/core:lib/iomgr/gethostname.h",
"//src/core:lib/iomgr/iocp_windows.h",
"//src/core:lib/iomgr/iomgr.h",
"//src/core:lib/iomgr/load_file.h",
"//src/core:lib/iomgr/lockfree_event.h",
"//src/core:lib/iomgr/nameser.h",
"//src/core:lib/iomgr/polling_entity.h",
Expand Down Expand Up @@ -1575,6 +1575,7 @@ grpc_cc_library(
"//src/core:latch",
"//src/core:loop",
"//src/core:map",
"//src/core:match",
"//src/core:memory_quota",
"//src/core:message",
"//src/core:metadata",
Expand All @@ -1587,6 +1588,7 @@ grpc_cc_library(
"//src/core:posix_event_engine_base_hdrs",
"//src/core:posix_event_engine_endpoint",
"//src/core:promise_status",
"//src/core:promise_trace",
"//src/core:race",
"//src/core:random_early_detection",
"//src/core:ref_counted",
Expand Down Expand Up @@ -1984,6 +1986,7 @@ grpc_cc_library(
"//src/core:grpc_transport_inproc",
"//src/core:json",
"//src/core:json_reader",
"//src/core:load_file",
"//src/core:ref_counted",
"//src/core:resource_quota",
"//src/core:slice",
Expand Down Expand Up @@ -3421,6 +3424,7 @@ grpc_cc_library(
"grpc_security_base",
"//src/core:error",
"//src/core:json",
"//src/core:load_file",
"//src/core:useful",
],
)
Expand Down Expand Up @@ -3578,6 +3582,7 @@ grpc_cc_library(
"//src/core:error",
"//src/core:grpc_crl_provider",
"//src/core:grpc_transport_chttp2_alpn",
"//src/core:load_file",
"//src/core:ref_counted",
"//src/core:slice",
"//src/core:tsi_ssl_types",
Expand Down
Loading

0 comments on commit 881e8b2

Please sign in to comment.