Skip to content

Commit a7b743e

Browse files
committed
Merge branch 'master' of github.com:grpc/grpc into alts-token-fetcher
2 parents 39d19c3 + e2640c4 commit a7b743e

File tree

57 files changed

+1959
-1771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1959
-1771
lines changed

BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,6 +2563,7 @@ grpc_cc_library(
25632563
"//src/core:thread_quota",
25642564
"//src/core:time",
25652565
"//src/core:useful",
2566+
"@com_google_protobuf//:any_cc_proto",
25662567
],
25672568
)
25682569

@@ -2657,6 +2658,9 @@ grpc_cc_library(
26572658
"absl/strings:cord",
26582659
"protobuf_headers",
26592660
"protobuf",
2661+
"absl/log:check",
2662+
"absl/log:absl_check",
2663+
"absl/strings",
26602664
],
26612665
public_hdrs = [
26622666
"include/grpc++/impl/codegen/proto_utils.h",
@@ -2670,6 +2674,7 @@ grpc_cc_library(
26702674
deps = [
26712675
"grpc++_config_proto",
26722676
"grpc++_public_hdrs",
2677+
"grpc_base",
26732678
"grpcpp_status",
26742679
],
26752680
)
@@ -3088,6 +3093,7 @@ grpc_cc_library(
30883093
visibility = ["//visibility:public"],
30893094
deps = [
30903095
"generic_stub_internal",
3096+
"grpc++_base",
30913097
],
30923098
)
30933099

@@ -4995,6 +5001,7 @@ grpc_cc_library(
49955001
"gpr_platform",
49965002
"grpc++_public_hdrs",
49975003
"grpc_public_hdrs",
5004+
"@com_google_protobuf//:any_cc_proto",
49985005
],
49995006
)
50005007

0 commit comments

Comments
 (0)