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
#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=#36593 from tanvi-jagtap:build_src_core_ext_transport d73925c
PiperOrigin-RevId: 633151530
  • Loading branch information
tanvi-jagtap authored and Copybara-Service committed May 13, 2024
1 parent 1da5aaf commit 28b4faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ext/transport/cronet/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ grpc_cc_library(
],
external_deps = [
"absl/log:check",
"absl/log:log",
"cronet_c_for_grpc",
],
language = "c++",
Expand Down

0 comments on commit 28b4faf

Please sign in to comment.