@ -179,7 +179,7 @@ config_setting(
python_config_settings ( )
# This should be updated along with build_handwritten.yaml
g_stands_for = " gracious " # @unused
g_stands_for = " grandslam " # @unused
core_version = " 32.0.0 " # @unused
@ -1220,15 +1220,15 @@ grpc_cc_library(
grpc_cc_library (
name = " grpc_base " ,
srcs = [
" //src/core:lib/channel/call_tracer.cc " ,
" //src/core:lib/channel/channel_stack.cc " ,
" //src/core:lib/channel/channel_stack_builder_impl.cc " ,
" //src/core:lib/channel/channel_trace.cc " ,
" //src/core:lib/channel/channelz.cc " ,
" //src/core:lib/channel/channelz_registry.cc " ,
" //src/core:lib/channel/connected_channel.cc " ,
" //src/core:lib/channel/server_call_tracer_filter.cc " ,
" //src/core:lib/channel/promise_based_filter.cc " ,
" //src/core:lib/channel/call_tracer.cc " ,
" //src/core:lib/channel/server_ call_tracer_filt er.cc " ,
" //src/core:lib/channel/status_util.cc " ,
" //src/core:lib/compression/compression.cc " ,
" //src/core:lib/compression/compression_internal.cc " ,
@ -1309,6 +1309,7 @@ grpc_cc_library(
" //src/core:lib/surface/server.cc " ,
" //src/core:lib/surface/validate_metadata.cc " ,
" //src/core:lib/surface/version.cc " ,
" //src/core:lib/transport/batch_builder.cc " ,
" //src/core:lib/transport/connectivity_state.cc " ,
" //src/core:lib/transport/error_utils.cc " ,
" //src/core:lib/transport/metadata_batch.cc " ,
@ -1317,7 +1318,6 @@ grpc_cc_library(
" //src/core:lib/transport/timeout_encoding.cc " ,
" //src/core:lib/transport/transport.cc " ,
" //src/core:lib/transport/transport_op_string.cc " ,
" //src/core:lib/transport/batch_builder.cc " ,
] +
# TODO(vigneshbabu): remove these
# These headers used to be vended by this target, but they have to be
@ -1399,6 +1399,7 @@ grpc_cc_library(
" //src/core:lib/surface/lame_client.h " ,
" //src/core:lib/surface/server.h " ,
" //src/core:lib/surface/validate_metadata.h " ,
" //src/core:lib/transport/batch_builder.h " ,
" //src/core:lib/transport/connectivity_state.h " ,
" //src/core:lib/transport/custom_metadata.h " ,
" //src/core:lib/transport/error_utils.h " ,
@ -1409,7 +1410,6 @@ grpc_cc_library(
" //src/core:lib/transport/timeout_encoding.h " ,
" //src/core:lib/transport/transport.h " ,
" //src/core:lib/transport/transport_impl.h " ,
" //src/core:lib/transport/batch_builder.h " ,
] +
# TODO(vigneshbabu): remove these
# These headers used to be vended by this target, but they have to be