Skip to content

Commit

Permalink
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (
Browse files Browse the repository at this point in the history
#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=#36587 from tanvi-jagtap:build_include 2a167f6
PiperOrigin-RevId: 633201049
  • Loading branch information
tanvi-jagtap authored and Copybara-Service committed May 13, 2024
1 parent 7662268 commit 88ed429
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -936,6 +937,7 @@ grpc_cc_library(
],
external_deps = [
"absl/log:check",
"absl/log:log",
"absl/strings:cord",
],
language = "c++",
Expand Down Expand Up @@ -1250,6 +1252,7 @@ grpc_cc_library(
],
external_deps = [
"absl/log:check",
"absl/log:log",
"absl/strings",
"absl/synchronization",
],
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 88ed429

Please sign in to comment.