Update bazel label grpc_no_xds -> :grpc_no_xds (#31718)

pull/31700/head
Laramie Leavitt 2 years ago committed by GitHub
parent 91cb4a941b
commit e312e9f307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      BUILD

10
BUILD

@ -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 = [

Loading…
Cancel
Save