[sanity] fix sanity on master (#35604)

Closes #35604

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35604 from markdroth:sanity_fix f4c82e90ac
PiperOrigin-RevId: 599675478
This commit is contained in:
Mark D. Roth 2024-01-18 17:46:36 -08:00 committed by Copybara-Service
parent 23dc551e9a
commit f41de0825c
2 changed files with 3 additions and 0 deletions

1
CMakeLists.txt generated
View File

@ -19889,6 +19889,7 @@ target_include_directories(observable_test
target_link_libraries(observable_test
${_gRPC_ALLTARGETS_LIBRARIES}
gtest
absl::config
absl::hash
absl::type_traits
absl::statusor

View File

@ -12167,6 +12167,7 @@ targets:
language: c++
headers:
- src/core/lib/gprpp/atomic_utils.h
- src/core/lib/gprpp/down_cast.h
- src/core/lib/gprpp/notification.h
- src/core/lib/gprpp/orphanable.h
- src/core/lib/gprpp/ref_counted.h
@ -12185,6 +12186,7 @@ targets:
- test/core/promise/observable_test.cc
deps:
- gtest
- absl/base:config
- absl/hash:hash
- absl/meta:type_traits
- absl/status:statusor