From 52cbf36ce59a74c48b36a9685453e0e9386c6cd0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 11 Oct 2024 14:34:19 -0700 Subject: [PATCH] x --- src/core/BUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/BUILD b/src/core/BUILD index fe6a46898d1..59cab5bfc1c 100644 --- a/src/core/BUILD +++ b/src/core/BUILD @@ -146,6 +146,10 @@ grpc_cc_library( hdrs = [ "util/latent_see.h", ], + defines = select({ + ":enable_latent_see": ["GRPC_ENABLE_LATENT_SEE"], + "//conditions:default": [], + }), external_deps = [ "absl/base:core_headers", "absl/functional:any_invocable", @@ -158,10 +162,6 @@ grpc_cc_library( "ring_buffer", "//:gpr", ], - defines=select({ - ":enable_latent_see": ["GRPC_ENABLE_LATENT_SEE"], - "//conditions:default": [], - }), ) grpc_cc_library(