[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36467/head
tanvi-jagtap 10 months ago
parent 5fb6432f80
commit ce5d62d548
  1. 3
      CMakeLists.txt
  2. 3
      build_autogenerated.yaml

3
CMakeLists.txt generated

@ -4149,7 +4149,6 @@ target_include_directories(grpc++
) )
target_link_libraries(grpc++ target_link_libraries(grpc++
${_gRPC_ALLTARGETS_LIBRARIES} ${_gRPC_ALLTARGETS_LIBRARIES}
absl::check
grpc grpc
${_gRPC_PROTOBUF_LIBRARIES} ${_gRPC_PROTOBUF_LIBRARIES}
) )
@ -4891,7 +4890,6 @@ target_include_directories(grpc++_unsecure
) )
target_link_libraries(grpc++_unsecure target_link_libraries(grpc++_unsecure
${_gRPC_ALLTARGETS_LIBRARIES} ${_gRPC_ALLTARGETS_LIBRARIES}
absl::check
grpc_unsecure grpc_unsecure
${_gRPC_PROTOBUF_LIBRARIES} ${_gRPC_PROTOBUF_LIBRARIES}
) )
@ -5982,7 +5980,6 @@ target_include_directories(test_core_iomgr_timer_list_test
target_link_libraries(test_core_iomgr_timer_list_test target_link_libraries(test_core_iomgr_timer_list_test
${_gRPC_ALLTARGETS_LIBRARIES} ${_gRPC_ALLTARGETS_LIBRARIES}
absl::check
grpc_test_util grpc_test_util
) )

@ -3937,7 +3937,6 @@ libs:
- src/cpp/util/string_ref.cc - src/cpp/util/string_ref.cc
- src/cpp/util/time_cc.cc - src/cpp/util/time_cc.cc
deps: deps:
- absl/log:check
- grpc - grpc
- protobuf - protobuf
baselib: true baselib: true
@ -4311,7 +4310,6 @@ libs:
- src/cpp/util/string_ref.cc - src/cpp/util/string_ref.cc
- src/cpp/util/time_cc.cc - src/cpp/util/time_cc.cc
deps: deps:
- absl/log:check
- grpc_unsecure - grpc_unsecure
- protobuf - protobuf
baselib: true baselib: true
@ -5214,7 +5212,6 @@ targets:
- test/core/util/slice_splitter.cc - test/core/util/slice_splitter.cc
- test/core/util/tracer_util.cc - test/core/util/tracer_util.cc
deps: deps:
- absl/log:check
- grpc_test_util - grpc_test_util
uses_polling: false uses_polling: false
- name: activity_test - name: activity_test

Loading…
Cancel
Save