|
|
|
@ -542,7 +542,7 @@ grpc_cc_library( |
|
|
|
|
"//src/core:plugin_registry/grpc_plugin_registry_extra.cc", |
|
|
|
|
], |
|
|
|
|
defines = select({ |
|
|
|
|
"grpc_no_xds": ["GRPC_NO_XDS"], |
|
|
|
|
":grpc_no_xds": ["GRPC_NO_XDS"], |
|
|
|
|
"//conditions:default": [], |
|
|
|
|
}), |
|
|
|
|
external_deps = [ |
|
|
|
@ -552,7 +552,7 @@ grpc_cc_library( |
|
|
|
|
public_hdrs = GRPC_PUBLIC_HDRS, |
|
|
|
|
select_deps = [ |
|
|
|
|
{ |
|
|
|
|
"grpc_no_xds": [], |
|
|
|
|
":grpc_no_xds": [], |
|
|
|
|
"//conditions:default": GRPC_XDS_TARGETS, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
@ -797,7 +797,7 @@ grpc_cc_library( |
|
|
|
|
public_hdrs = GRPCXX_PUBLIC_HDRS, |
|
|
|
|
select_deps = [ |
|
|
|
|
{ |
|
|
|
|
"grpc_no_xds": [], |
|
|
|
|
":grpc_no_xds": [], |
|
|
|
|
"//conditions:default": [ |
|
|
|
|
"grpc++_xds_client", |
|
|
|
|
"grpc++_xds_server", |
|
|
|
@ -2058,7 +2058,7 @@ grpc_cc_library( |
|
|
|
|
], |
|
|
|
|
hdrs = [], |
|
|
|
|
defines = select({ |
|
|
|
|
"grpc_no_xds": ["GRPC_NO_XDS"], |
|
|
|
|
":grpc_no_xds": ["GRPC_NO_XDS"], |
|
|
|
|
"//conditions:default": [], |
|
|
|
|
}), |
|
|
|
|
external_deps = [ |
|
|
|
@ -2069,7 +2069,7 @@ grpc_cc_library( |
|
|
|
|
"include/grpcpp/ext/admin_services.h", |
|
|
|
|
], |
|
|
|
|
select_deps = [{ |
|
|
|
|
"grpc_no_xds": [], |
|
|
|
|
":grpc_no_xds": [], |
|
|
|
|
"//conditions:default": ["//:grpcpp_csds"], |
|
|
|
|
}], |
|
|
|
|
deps = [ |
|
|
|
|