From 88ed4299f9911b4391d91c19bf76ef02055a7b24 Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap <139093547+tanvi-jagtap@users.noreply.github.com> Date: Mon, 13 May 2024 07:22:27 -0700 Subject: [PATCH] [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36587) [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD In this CL we are just editing the build and bzl files to add dependencies. This is done to prevent merge conflict and constantly having to re-make the make files using generate_projects.sh for each set of changes. Closes #36587 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36587 from tanvi-jagtap:build_include 2a167f6e52b7e900d019f92993d503d5b4622a50 PiperOrigin-RevId: 633201049 --- BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD b/BUILD index 7a295c7991b..00b47379fb3 100644 --- a/BUILD +++ b/BUILD @@ -906,6 +906,7 @@ grpc_cc_library( hdrs = GRPCXX_PUBLIC_HDRS, external_deps = [ "absl/log:check", + "absl/log:log", "absl/strings:cord", "absl/synchronization", "protobuf_headers", @@ -936,6 +937,7 @@ grpc_cc_library( ], external_deps = [ "absl/log:check", + "absl/log:log", "absl/strings:cord", ], language = "c++", @@ -1250,6 +1252,7 @@ grpc_cc_library( ], external_deps = [ "absl/log:check", + "absl/log:log", "absl/strings", "absl/synchronization", ], @@ -2457,6 +2460,7 @@ grpc_cc_library( "absl/base:core_headers", "absl/functional:any_invocable", "absl/log:check", + "absl/log:log", "absl/status", "absl/status:statusor", "absl/strings", @@ -2541,6 +2545,7 @@ grpc_cc_library( "absl/base:core_headers", "absl/functional:any_invocable", "absl/log:check", + "absl/log:log", "absl/status", "absl/status:statusor", "absl/strings",