|
|
|
@ -526,13 +526,13 @@ grpc_cc_library( |
|
|
|
|
"src/core/lib/surface/server.c", |
|
|
|
|
"src/core/lib/surface/validate_metadata.c", |
|
|
|
|
"src/core/lib/surface/version.c", |
|
|
|
|
"src/core/lib/transport/bdp_estimator.c", |
|
|
|
|
"src/core/lib/transport/byte_stream.c", |
|
|
|
|
"src/core/lib/transport/connectivity_state.c", |
|
|
|
|
"src/core/lib/transport/error_utils.c", |
|
|
|
|
"src/core/lib/transport/metadata.c", |
|
|
|
|
"src/core/lib/transport/metadata_batch.c", |
|
|
|
|
"src/core/lib/transport/pid_controller.c", |
|
|
|
|
"src/core/lib/transport/bdp_estimator.c", |
|
|
|
|
"src/core/lib/transport/service_config.c", |
|
|
|
|
"src/core/lib/transport/static_metadata.c", |
|
|
|
|
"src/core/lib/transport/status_conversion.c", |
|
|
|
@ -633,6 +633,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/bdp_estimator.h", |
|
|
|
|
"src/core/lib/transport/byte_stream.h", |
|
|
|
|
"src/core/lib/transport/connectivity_state.h", |
|
|
|
|
"src/core/lib/transport/error_utils.h", |
|
|
|
@ -640,7 +641,6 @@ grpc_cc_library( |
|
|
|
|
"src/core/lib/transport/metadata.h", |
|
|
|
|
"src/core/lib/transport/metadata_batch.h", |
|
|
|
|
"src/core/lib/transport/pid_controller.h", |
|
|
|
|
"src/core/lib/transport/bdp_estimator.h", |
|
|
|
|
"src/core/lib/transport/service_config.h", |
|
|
|
|
"src/core/lib/transport/static_metadata.h", |
|
|
|
|
"src/core/lib/transport/status_conversion.h", |
|
|
|
@ -656,6 +656,7 @@ grpc_cc_library( |
|
|
|
|
"include/grpc/byte_buffer.h", |
|
|
|
|
"include/grpc/byte_buffer_reader.h", |
|
|
|
|
"include/grpc/compression.h", |
|
|
|
|
"include/grpc/load_reporting.h", |
|
|
|
|
"include/grpc/grpc.h", |
|
|
|
|
"include/grpc/grpc_posix.h", |
|
|
|
|
"include/grpc/grpc_security_constants.h", |
|
|
|
@ -869,8 +870,8 @@ grpc_cc_library( |
|
|
|
|
"src/core/lib/security/credentials/plugin/plugin_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/ssl/ssl_credentials.c", |
|
|
|
|
"src/core/lib/security/transport/client_auth_filter.c", |
|
|
|
|
"src/core/lib/security/transport/secure_endpoint.c", |
|
|
|
|
"src/core/lib/security/transport/lb_targets_info.c", |
|
|
|
|
"src/core/lib/security/transport/secure_endpoint.c", |
|
|
|
|
"src/core/lib/security/transport/security_connector.c", |
|
|
|
|
"src/core/lib/security/transport/security_handshaker.c", |
|
|
|
|
"src/core/lib/security/transport/server_auth_filter.c", |
|
|
|
@ -893,8 +894,8 @@ grpc_cc_library( |
|
|
|
|
"src/core/lib/security/credentials/plugin/plugin_credentials.h", |
|
|
|
|
"src/core/lib/security/credentials/ssl/ssl_credentials.h", |
|
|
|
|
"src/core/lib/security/transport/auth_filters.h", |
|
|
|
|
"src/core/lib/security/transport/secure_endpoint.h", |
|
|
|
|
"src/core/lib/security/transport/lb_targets_info.h", |
|
|
|
|
"src/core/lib/security/transport/secure_endpoint.h", |
|
|
|
|
"src/core/lib/security/transport/security_connector.h", |
|
|
|
|
"src/core/lib/security/transport/security_handshaker.h", |
|
|
|
|
"src/core/lib/security/transport/tsi_error.h", |
|
|
|
@ -1267,13 +1268,13 @@ grpc_cc_library( |
|
|
|
|
|
|
|
|
|
grpc_cc_library( |
|
|
|
|
name = "grpc++_config_proto", |
|
|
|
|
external_deps = [ |
|
|
|
|
"protobuf", |
|
|
|
|
], |
|
|
|
|
language = "c++", |
|
|
|
|
public_hdrs = [ |
|
|
|
|
"include/grpc++/impl/codegen/config_protobuf.h", |
|
|
|
|
], |
|
|
|
|
external_deps = [ |
|
|
|
|
"protobuf", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_cc_library( |
|
|
|
|