From e312e9f3078f9003560af5e2932ca0a53511504f Mon Sep 17 00:00:00 2001 From: Laramie Leavitt Date: Tue, 10 Jan 2023 13:03:18 -0800 Subject: [PATCH] Update bazel label grpc_no_xds -> :grpc_no_xds (#31718) --- BUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILD b/BUILD index 1d7a424b291..36d1a6db365 100644 --- a/BUILD +++ b/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 = [