Add an annotation to allow tooling to make better choices (#27119)

pull/26468/head^2
Craig Tiller 3 years ago committed by GitHub
parent bc6bec11cb
commit 0ade950b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      BUILD

@ -323,6 +323,7 @@ grpc_cc_library(
language = "c++",
public_hdrs = GPR_PUBLIC_HDRS,
standalone = True,
tags = ["avoid_dep"],
visibility = ["@grpc:public"],
deps = [
"gpr_base",
@ -347,6 +348,7 @@ grpc_cc_library(
language = "c++",
public_hdrs = GRPC_PUBLIC_HDRS,
standalone = True,
tags = ["avoid_dep"],
visibility = ["@grpc:public"],
deps = [
"config",
@ -522,6 +524,7 @@ grpc_cc_library(
],
language = "c++",
standalone = True,
tags = ["avoid_dep"],
visibility = ["@grpc:public"],
deps = [
"gpr",
@ -3185,6 +3188,7 @@ grpc_cc_library(
],
language = "c++",
public_hdrs = GRPCXX_PUBLIC_HDRS,
tags = ["avoid_dep"],
visibility = ["@grpc:alt_grpc++_base_unsecure_legacy"],
deps = [
"gpr_base",

Loading…
Cancel
Save