@ -313,6 +313,7 @@ grpc_cc_library(
language = " c++ " ,
public_hdrs = GRPC_PUBLIC_HDRS ,
standalone = True ,
visibility = [ " @grpc:public " ] ,
deps = [
" grpc_common " ,
" grpc_lb_policy_grpclb " ,
@ -344,6 +345,10 @@ grpc_cc_library(
] ,
} ,
standalone = True ,
visibility = [
" @grpc:alt_grpc_legacy " ,
" @grpc:public " ,
] ,
deps = [
" grpc_common " ,
" grpc_lb_policy_grpclb_secure " ,
@ -360,6 +365,7 @@ grpc_cc_library(
" absl/synchronization " ,
" protobuf_headers " ,
] ,
visibility = [ " @grpc:public " ] ,
)
grpc_cc_library (
@ -381,6 +387,10 @@ grpc_cc_library(
] ,
} ,
standalone = True ,
visibility = [
" @grpc:alt_grpc++_legacy " ,
" @grpc:public " ,
] ,
deps = [
" grpc++_internals " ,
] ,
@ -464,6 +474,7 @@ grpc_cc_library(
] ,
language = " c++ " ,
standalone = True ,
visibility = [ " @grpc:public " ] ,
deps = [
" gpr " ,
" grpc++_base_unsecure " ,
@ -1876,7 +1887,10 @@ grpc_cc_library(
srcs = [ " src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc " ] ,
hdrs = [ " src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h " ] ,
language = " c++ " ,
visibility = [ " //test:__subpackages__ " ] ,
visibility = [
" //test:__subpackages__ " ,
" @grpc:grpc_resolver_fake " ,
] ,
deps = [
" grpc_base " ,
" grpc_client_channel " ,
@ -2017,6 +2031,7 @@ grpc_cc_library(
] ,
language = " c++ " ,
public_hdrs = GRPC_SECURE_PUBLIC_HDRS ,
visibility = [ " @grpc:public " ] ,
deps = [
" alts_util " ,
" grpc_base " ,
@ -2761,6 +2776,7 @@ grpc_cc_library(
" opencensus-context " ,
] ,
language = " c++ " ,
visibility = [ " @grpc:grpc_opencensus_plugin " ] ,
deps = [
" :census " ,
" :grpc++ " ,