[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 2a167f6e52
PiperOrigin-RevId: 633201049
This commit is contained in:
parent
766226814a
commit
88ed4299f9
5
BUILD
5
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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue