[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36593)

[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 #36593

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36593 from tanvi-jagtap:build_src_core_ext_transport d73925c0f1
PiperOrigin-RevId: 633151530
pull/36045/head^2
Tanvi Jagtap 7 months ago committed by Copybara-Service
parent 1da5aaf855
commit 28b4fafc00
  1. 1
      src/core/ext/transport/cronet/BUILD

@ -41,6 +41,7 @@ grpc_cc_library(
],
external_deps = [
"absl/log:check",
"absl/log:log",
"cronet_c_for_grpc",
],
language = "c++",

Loading…
Cancel
Save