|
|
|
@ -55,11 +55,6 @@ libs: |
|
|
|
|
- src/core/lib/config/config_vars.h |
|
|
|
|
- src/core/lib/config/load_config.h |
|
|
|
|
- src/core/lib/event_engine/thread_local.h |
|
|
|
|
- src/core/lib/gpr/alloc.h |
|
|
|
|
- src/core/lib/gpr/string.h |
|
|
|
|
- src/core/lib/gpr/time_precise.h |
|
|
|
|
- src/core/lib/gpr/tmpfile.h |
|
|
|
|
- src/core/lib/gpr/useful.h |
|
|
|
|
- src/core/lib/gprpp/construct_destruct.h |
|
|
|
|
- src/core/lib/gprpp/crash.h |
|
|
|
|
- src/core/lib/gprpp/debug_location.h |
|
|
|
@ -76,37 +71,16 @@ libs: |
|
|
|
|
- src/core/lib/gprpp/tchar.h |
|
|
|
|
- src/core/lib/gprpp/thd.h |
|
|
|
|
- src/core/lib/gprpp/time_util.h |
|
|
|
|
- src/core/util/alloc.h |
|
|
|
|
- src/core/util/string.h |
|
|
|
|
- src/core/util/time_precise.h |
|
|
|
|
- src/core/util/tmpfile.h |
|
|
|
|
- src/core/util/useful.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/config/config_vars.cc |
|
|
|
|
- src/core/lib/config/config_vars_non_generated.cc |
|
|
|
|
- src/core/lib/config/load_config.cc |
|
|
|
|
- src/core/lib/event_engine/thread_local.cc |
|
|
|
|
- src/core/lib/gpr/alloc.cc |
|
|
|
|
- src/core/lib/gpr/android/log.cc |
|
|
|
|
- src/core/lib/gpr/atm.cc |
|
|
|
|
- src/core/lib/gpr/iphone/cpu.cc |
|
|
|
|
- src/core/lib/gpr/linux/cpu.cc |
|
|
|
|
- src/core/lib/gpr/linux/log.cc |
|
|
|
|
- src/core/lib/gpr/log.cc |
|
|
|
|
- src/core/lib/gpr/msys/tmpfile.cc |
|
|
|
|
- src/core/lib/gpr/posix/cpu.cc |
|
|
|
|
- src/core/lib/gpr/posix/log.cc |
|
|
|
|
- src/core/lib/gpr/posix/string.cc |
|
|
|
|
- src/core/lib/gpr/posix/sync.cc |
|
|
|
|
- src/core/lib/gpr/posix/time.cc |
|
|
|
|
- src/core/lib/gpr/posix/tmpfile.cc |
|
|
|
|
- src/core/lib/gpr/string.cc |
|
|
|
|
- src/core/lib/gpr/sync.cc |
|
|
|
|
- src/core/lib/gpr/sync_abseil.cc |
|
|
|
|
- src/core/lib/gpr/time.cc |
|
|
|
|
- src/core/lib/gpr/time_precise.cc |
|
|
|
|
- src/core/lib/gpr/windows/cpu.cc |
|
|
|
|
- src/core/lib/gpr/windows/log.cc |
|
|
|
|
- src/core/lib/gpr/windows/string.cc |
|
|
|
|
- src/core/lib/gpr/windows/string_util.cc |
|
|
|
|
- src/core/lib/gpr/windows/sync.cc |
|
|
|
|
- src/core/lib/gpr/windows/time.cc |
|
|
|
|
- src/core/lib/gpr/windows/tmpfile.cc |
|
|
|
|
- src/core/lib/gprpp/crash.cc |
|
|
|
|
- src/core/lib/gprpp/examine_stack.cc |
|
|
|
|
- src/core/lib/gprpp/fork.cc |
|
|
|
@ -122,6 +96,32 @@ libs: |
|
|
|
|
- src/core/lib/gprpp/windows/env.cc |
|
|
|
|
- src/core/lib/gprpp/windows/stat.cc |
|
|
|
|
- src/core/lib/gprpp/windows/thd.cc |
|
|
|
|
- src/core/util/alloc.cc |
|
|
|
|
- src/core/util/android/log.cc |
|
|
|
|
- src/core/util/atm.cc |
|
|
|
|
- src/core/util/iphone/cpu.cc |
|
|
|
|
- src/core/util/linux/cpu.cc |
|
|
|
|
- src/core/util/linux/log.cc |
|
|
|
|
- src/core/util/log.cc |
|
|
|
|
- src/core/util/msys/tmpfile.cc |
|
|
|
|
- src/core/util/posix/cpu.cc |
|
|
|
|
- src/core/util/posix/log.cc |
|
|
|
|
- src/core/util/posix/string.cc |
|
|
|
|
- src/core/util/posix/sync.cc |
|
|
|
|
- src/core/util/posix/time.cc |
|
|
|
|
- src/core/util/posix/tmpfile.cc |
|
|
|
|
- src/core/util/string.cc |
|
|
|
|
- src/core/util/sync.cc |
|
|
|
|
- src/core/util/sync_abseil.cc |
|
|
|
|
- src/core/util/time.cc |
|
|
|
|
- src/core/util/time_precise.cc |
|
|
|
|
- src/core/util/windows/cpu.cc |
|
|
|
|
- src/core/util/windows/log.cc |
|
|
|
|
- src/core/util/windows/string.cc |
|
|
|
|
- src/core/util/windows/string_util.cc |
|
|
|
|
- src/core/util/windows/sync.cc |
|
|
|
|
- src/core/util/windows/time.cc |
|
|
|
|
- src/core/util/windows/tmpfile.cc |
|
|
|
|
deps: |
|
|
|
|
- absl/base:base |
|
|
|
|
- absl/base:core_headers |
|
|
|
@ -198,6 +198,7 @@ libs: |
|
|
|
|
- include/grpc/impl/propagation_bits.h |
|
|
|
|
- include/grpc/impl/slice_type.h |
|
|
|
|
- include/grpc/load_reporting.h |
|
|
|
|
- include/grpc/passive_listener.h |
|
|
|
|
- include/grpc/slice.h |
|
|
|
|
- include/grpc/slice_buffer.h |
|
|
|
|
- include/grpc/status.h |
|
|
|
@ -881,7 +882,6 @@ libs: |
|
|
|
|
- src/core/lib/event_engine/work_queue/work_queue.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
@ -1109,6 +1109,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/batch_builder.h |
|
|
|
|
- src/core/lib/transport/bdp_estimator.h |
|
|
|
|
- src/core/lib/transport/call_arena_allocator.h |
|
|
|
|
- src/core/lib/transport/call_destination.h |
|
|
|
|
- src/core/lib/transport/call_filters.h |
|
|
|
|
- src/core/lib/transport/call_final_info.h |
|
|
|
|
- src/core/lib/transport/call_spine.h |
|
|
|
@ -1116,6 +1117,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/custom_metadata.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/http2_errors.h |
|
|
|
|
- src/core/lib/transport/interception_chain.h |
|
|
|
|
- src/core/lib/transport/message.h |
|
|
|
|
- src/core/lib/transport/metadata.h |
|
|
|
|
- src/core/lib/transport/metadata_batch.h |
|
|
|
@ -1211,6 +1213,7 @@ libs: |
|
|
|
|
- src/core/tsi/transport_security.h |
|
|
|
|
- src/core/tsi/transport_security_grpc.h |
|
|
|
|
- src/core/tsi/transport_security_interface.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- src/core/xds/grpc/certificate_provider_store.h |
|
|
|
|
- src/core/xds/grpc/file_watcher_certificate_provider_factory.h |
|
|
|
|
- src/core/xds/grpc/upb_utils.h |
|
|
|
@ -1920,6 +1923,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_spine.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/interception_chain.cc |
|
|
|
|
- src/core/lib/transport/message.cc |
|
|
|
|
- src/core/lib/transport/metadata.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
@ -2182,6 +2186,7 @@ libs: |
|
|
|
|
- include/grpc/impl/propagation_bits.h |
|
|
|
|
- include/grpc/impl/slice_type.h |
|
|
|
|
- include/grpc/load_reporting.h |
|
|
|
|
- include/grpc/passive_listener.h |
|
|
|
|
- include/grpc/slice.h |
|
|
|
|
- include/grpc/slice_buffer.h |
|
|
|
|
- include/grpc/status.h |
|
|
|
@ -2415,7 +2420,6 @@ libs: |
|
|
|
|
- src/core/lib/event_engine/work_queue/work_queue.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
@ -2607,6 +2611,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/batch_builder.h |
|
|
|
|
- src/core/lib/transport/bdp_estimator.h |
|
|
|
|
- src/core/lib/transport/call_arena_allocator.h |
|
|
|
|
- src/core/lib/transport/call_destination.h |
|
|
|
|
- src/core/lib/transport/call_filters.h |
|
|
|
|
- src/core/lib/transport/call_final_info.h |
|
|
|
|
- src/core/lib/transport/call_spine.h |
|
|
|
@ -2614,6 +2619,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/custom_metadata.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/http2_errors.h |
|
|
|
|
- src/core/lib/transport/interception_chain.h |
|
|
|
|
- src/core/lib/transport/message.h |
|
|
|
|
- src/core/lib/transport/metadata.h |
|
|
|
|
- src/core/lib/transport/metadata_batch.h |
|
|
|
@ -2677,6 +2683,7 @@ libs: |
|
|
|
|
- src/core/tsi/transport_security.h |
|
|
|
|
- src/core/tsi/transport_security_grpc.h |
|
|
|
|
- src/core/tsi/transport_security_interface.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/decode.h |
|
|
|
@ -3030,6 +3037,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_spine.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/interception_chain.cc |
|
|
|
|
- src/core/lib/transport/message.cc |
|
|
|
|
- src/core/lib/transport/metadata.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
@ -3786,6 +3794,7 @@ libs: |
|
|
|
|
- include/grpcpp/impl/service_type.h |
|
|
|
|
- include/grpcpp/impl/status.h |
|
|
|
|
- include/grpcpp/impl/sync.h |
|
|
|
|
- include/grpcpp/passive_listener.h |
|
|
|
|
- include/grpcpp/resource_quota.h |
|
|
|
|
- include/grpcpp/security/audit_logging.h |
|
|
|
|
- include/grpcpp/security/auth_context.h |
|
|
|
@ -4006,7 +4015,7 @@ libs: |
|
|
|
|
language: c++ |
|
|
|
|
public_headers: [] |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/subprocess.h |
|
|
|
|
- src/core/util/subprocess.h |
|
|
|
|
- test/core/end2end/data/ssl_test_data.h |
|
|
|
|
- test/core/test_util/cmdline.h |
|
|
|
|
- test/core/test_util/evaluate_args_test_util.h |
|
|
|
@ -4025,8 +4034,8 @@ libs: |
|
|
|
|
- test/cpp/util/subprocess.h |
|
|
|
|
- test/cpp/util/test_credentials_provider.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
- src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
- src/core/util/subprocess_posix.cc |
|
|
|
|
- src/core/util/subprocess_windows.cc |
|
|
|
|
- test/core/end2end/data/client_certs.cc |
|
|
|
|
- test/core/end2end/data/server1_cert.cc |
|
|
|
|
- test/core/end2end/data/server1_key.cc |
|
|
|
@ -4213,6 +4222,7 @@ libs: |
|
|
|
|
- include/grpcpp/impl/service_type.h |
|
|
|
|
- include/grpcpp/impl/status.h |
|
|
|
|
- include/grpcpp/impl/sync.h |
|
|
|
|
- include/grpcpp/passive_listener.h |
|
|
|
|
- include/grpcpp/resource_quota.h |
|
|
|
|
- include/grpcpp/security/audit_logging.h |
|
|
|
|
- include/grpcpp/security/auth_context.h |
|
|
|
@ -4361,6 +4371,7 @@ libs: |
|
|
|
|
- include/grpc/impl/propagation_bits.h |
|
|
|
|
- include/grpc/impl/slice_type.h |
|
|
|
|
- include/grpc/load_reporting.h |
|
|
|
|
- include/grpc/passive_listener.h |
|
|
|
|
- include/grpc/slice.h |
|
|
|
|
- include/grpc/slice_buffer.h |
|
|
|
|
- include/grpc/status.h |
|
|
|
@ -4499,7 +4510,6 @@ libs: |
|
|
|
|
- src/core/lib/event_engine/work_queue/work_queue.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
@ -4600,6 +4610,7 @@ libs: |
|
|
|
|
- src/core/lib/promise/activity.h |
|
|
|
|
- src/core/lib/promise/all_ok.h |
|
|
|
|
- src/core/lib/promise/arena_promise.h |
|
|
|
|
- src/core/lib/promise/cancel_callback.h |
|
|
|
|
- src/core/lib/promise/context.h |
|
|
|
|
- src/core/lib/promise/detail/basic_seq.h |
|
|
|
|
- src/core/lib/promise/detail/join_state.h |
|
|
|
@ -4681,6 +4692,7 @@ libs: |
|
|
|
|
- src/core/lib/surface/wait_for_cq_end_op.h |
|
|
|
|
- src/core/lib/transport/batch_builder.h |
|
|
|
|
- src/core/lib/transport/call_arena_allocator.h |
|
|
|
|
- src/core/lib/transport/call_destination.h |
|
|
|
|
- src/core/lib/transport/call_filters.h |
|
|
|
|
- src/core/lib/transport/call_final_info.h |
|
|
|
|
- src/core/lib/transport/call_spine.h |
|
|
|
@ -4688,6 +4700,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/custom_metadata.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/http2_errors.h |
|
|
|
|
- src/core/lib/transport/interception_chain.h |
|
|
|
|
- src/core/lib/transport/message.h |
|
|
|
|
- src/core/lib/transport/metadata.h |
|
|
|
|
- src/core/lib/transport/metadata_batch.h |
|
|
|
@ -4717,6 +4730,7 @@ libs: |
|
|
|
|
- src/core/tsi/transport_security.h |
|
|
|
|
- src/core/tsi/transport_security_grpc.h |
|
|
|
|
- src/core/tsi/transport_security_interface.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/decode.h |
|
|
|
@ -4984,6 +4998,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_spine.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/interception_chain.cc |
|
|
|
|
- src/core/lib/transport/message.cc |
|
|
|
|
- src/core/lib/transport/metadata.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
@ -5267,7 +5282,7 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/subprocess.h |
|
|
|
|
- src/core/util/subprocess.h |
|
|
|
|
- test/core/test_util/cmdline.h |
|
|
|
|
- test/core/test_util/evaluate_args_test_util.h |
|
|
|
|
- test/core/test_util/fuzzer_util.h |
|
|
|
@ -5283,8 +5298,8 @@ targets: |
|
|
|
|
- test/cpp/util/string_ref_helper.h |
|
|
|
|
- test/cpp/util/subprocess.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
- src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
- src/core/util/subprocess_posix.cc |
|
|
|
|
- src/core/util/subprocess_windows.cc |
|
|
|
|
- test/core/test_util/cmdline.cc |
|
|
|
|
- test/core/test_util/fuzzer_util.cc |
|
|
|
|
- test/core/test_util/grpc_profiler.cc |
|
|
|
@ -5392,7 +5407,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/alloc_test.cc |
|
|
|
|
- test/core/util/alloc_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -5870,7 +5885,7 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/subprocess.h |
|
|
|
|
- src/core/util/subprocess.h |
|
|
|
|
- test/core/end2end/cq_verifier.h |
|
|
|
|
- test/core/test_util/cmdline.h |
|
|
|
|
- test/core/test_util/evaluate_args_test_util.h |
|
|
|
@ -5883,8 +5898,8 @@ targets: |
|
|
|
|
- test/core/test_util/slice_splitter.h |
|
|
|
|
- test/core/test_util/tracer_util.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
- src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
- src/core/util/subprocess_posix.cc |
|
|
|
|
- src/core/util/subprocess_windows.cc |
|
|
|
|
- test/core/bad_ssl/bad_ssl_test.cc |
|
|
|
|
- test/core/end2end/cq_verifier.cc |
|
|
|
|
- test/core/test_util/cmdline.cc |
|
|
|
@ -5908,7 +5923,7 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/subprocess.h |
|
|
|
|
- src/core/util/subprocess.h |
|
|
|
|
- test/core/end2end/cq_verifier.h |
|
|
|
|
- test/core/test_util/cmdline.h |
|
|
|
|
- test/core/test_util/evaluate_args_test_util.h |
|
|
|
@ -5921,8 +5936,8 @@ targets: |
|
|
|
|
- test/core/test_util/slice_splitter.h |
|
|
|
|
- test/core/test_util/tracer_util.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
- src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
- src/core/util/subprocess_posix.cc |
|
|
|
|
- src/core/util/subprocess_windows.cc |
|
|
|
|
- test/core/bad_ssl/bad_ssl_test.cc |
|
|
|
|
- test/core/end2end/cq_verifier.cc |
|
|
|
|
- test/core/test_util/cmdline.cc |
|
|
|
@ -6221,8 +6236,8 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/useful.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/util/useful.h |
|
|
|
|
src: |
|
|
|
|
- test/core/gprpp/bitset_test.cc |
|
|
|
|
deps: |
|
|
|
@ -6358,7 +6373,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
@ -6424,6 +6438,7 @@ targets: |
|
|
|
|
- src/core/lib/transport/simple_slice_based_metadata.h |
|
|
|
|
- src/core/lib/transport/status_conversion.h |
|
|
|
|
- src/core/lib/transport/timeout_encoding.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- test/core/promise/poll_matcher.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
@ -7646,7 +7661,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
@ -7690,6 +7704,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/decode.h |
|
|
|
@ -8387,7 +8402,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/cpu_test.cc |
|
|
|
|
- test/core/util/cpu_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -8656,6 +8671,20 @@ targets: |
|
|
|
|
- linux |
|
|
|
|
- posix |
|
|
|
|
- mac |
|
|
|
|
- name: dump_args_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gprpp/dump_args.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/gprpp/dump_args.cc |
|
|
|
|
- test/core/gprpp/dump_args_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- absl/functional:any_invocable |
|
|
|
|
- absl/log:check |
|
|
|
|
uses_polling: false |
|
|
|
|
- name: duplicate_header_bad_client_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
@ -8966,7 +8995,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/env_test.cc |
|
|
|
|
- test/core/util/env_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -9145,7 +9174,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/down_cast.h |
|
|
|
@ -9173,6 +9201,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/decode.h |
|
|
|
@ -9756,7 +9785,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/cpp_impl_of.h |
|
|
|
@ -9801,6 +9829,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/lib/transport/bdp_estimator.h |
|
|
|
|
- src/core/lib/transport/http2_errors.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/decode.h |
|
|
|
@ -9887,7 +9916,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/cpp_impl_of.h |
|
|
|
@ -9939,6 +9967,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- test/core/promise/test_wakeup_schedulers.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
@ -11640,7 +11669,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/work_queue/work_queue.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
@ -11739,6 +11767,7 @@ targets: |
|
|
|
|
- src/core/lib/promise/activity.h |
|
|
|
|
- src/core/lib/promise/all_ok.h |
|
|
|
|
- src/core/lib/promise/arena_promise.h |
|
|
|
|
- src/core/lib/promise/cancel_callback.h |
|
|
|
|
- src/core/lib/promise/context.h |
|
|
|
|
- src/core/lib/promise/detail/basic_seq.h |
|
|
|
|
- src/core/lib/promise/detail/join_state.h |
|
|
|
@ -11833,6 +11862,7 @@ targets: |
|
|
|
|
- src/core/service_config/service_config_call_data.h |
|
|
|
|
- src/core/service_config/service_config_parser.h |
|
|
|
|
- src/core/tsi/alts/handshaker/transport_security_common_api.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- test/core/promise/poll_matcher.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
@ -12132,7 +12162,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/cpp_impl_of.h |
|
|
|
@ -12176,6 +12205,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- test/core/promise/test_context.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
@ -12748,7 +12778,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/log_test.cc |
|
|
|
|
- test/core/util/log_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -12805,7 +12835,6 @@ targets: |
|
|
|
|
- src/core/lib/event_engine/event_engine_context.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/cpp_impl_of.h |
|
|
|
@ -12857,6 +12886,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- test/core/promise/test_wakeup_schedulers.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
@ -14046,7 +14076,6 @@ targets: |
|
|
|
|
- src/core/lib/debug/trace.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/manual_constructor.h |
|
|
|
|
- src/core/lib/gprpp/status_helper.h |
|
|
|
@ -14063,6 +14092,7 @@ targets: |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/util/spinlock.h |
|
|
|
|
- third_party/upb/upb/generated_code_support.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/build_enum.h |
|
|
|
|
- third_party/upb/upb/mini_descriptor/decode.h |
|
|
|
@ -17784,6 +17814,7 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- test/core/event_engine/event_engine_test_utils.h |
|
|
|
|
- test/core/test_util/cmdline.h |
|
|
|
|
- test/core/test_util/evaluate_args_test_util.h |
|
|
|
|
- test/core/test_util/fuzzer_util.h |
|
|
|
@ -17799,6 +17830,7 @@ targets: |
|
|
|
|
- src/proto/grpc/testing/echo_messages.proto |
|
|
|
|
- src/proto/grpc/testing/simple_messages.proto |
|
|
|
|
- src/proto/grpc/testing/xds/v3/orca_load_report.proto |
|
|
|
|
- test/core/event_engine/event_engine_test_utils.cc |
|
|
|
|
- test/core/test_util/cmdline.cc |
|
|
|
|
- test/core/test_util/fuzzer_util.cc |
|
|
|
|
- test/core/test_util/grpc_profiler.cc |
|
|
|
@ -18661,7 +18693,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/spinlock_test.cc |
|
|
|
|
- test/core/util/spinlock_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -18956,7 +18988,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/string_test.cc |
|
|
|
|
- test/core/util/string_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -18985,7 +19017,7 @@ targets: |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/sync_test.cc |
|
|
|
|
- test/core/util/sync_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
@ -19024,9 +19056,9 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/useful.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/table.h |
|
|
|
|
- src/core/util/useful.h |
|
|
|
|
src: |
|
|
|
|
- test/core/gprpp/table_test.cc |
|
|
|
|
deps: |
|
|
|
@ -19313,17 +19345,6 @@ targets: |
|
|
|
|
- absl/status:statusor |
|
|
|
|
- absl/utility:utility |
|
|
|
|
- gpr |
|
|
|
|
- name: test_core_gpr_time_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/time_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
|
uses_polling: false |
|
|
|
|
- name: test_core_gprpp_time_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
@ -19495,6 +19516,17 @@ targets: |
|
|
|
|
- linux |
|
|
|
|
- posix |
|
|
|
|
uses_polling: false |
|
|
|
|
- name: test_core_util_time_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/util/time_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
- grpc_test_util |
|
|
|
|
uses_polling: false |
|
|
|
|
- name: test_cpp_client_credentials_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
@ -20195,8 +20227,8 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/useful.h |
|
|
|
|
- src/core/lib/gprpp/unique_type_name.h |
|
|
|
|
- src/core/util/useful.h |
|
|
|
|
src: |
|
|
|
|
- test/core/gprpp/unique_type_name_test.cc |
|
|
|
|
deps: |
|
|
|
@ -20232,9 +20264,9 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/gpr/useful.h |
|
|
|
|
- src/core/util/useful.h |
|
|
|
|
src: |
|
|
|
|
- test/core/gpr/useful_test.cc |
|
|
|
|
- test/core/util/useful_test.cc |
|
|
|
|
deps: |
|
|
|
|
- gtest |
|
|
|
|
uses_polling: false |
|
|
|
|