diff options
Diffstat (limited to 'etc/import/include')
-rw-r--r-- | etc/import/include/grpc/TARGETS.grpc | 7 | ||||
-rw-r--r-- | etc/import/include/grpcpp/TARGETS.grpc | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/etc/import/include/grpc/TARGETS.grpc b/etc/import/include/grpc/TARGETS.grpc index 2da10193..2912a259 100644 --- a/etc/import/include/grpc/TARGETS.grpc +++ b/etc/import/include/grpc/TARGETS.grpc @@ -10,6 +10,7 @@ , "support/json.h" , "support/log.h" , "support/log_windows.h" + , "support/metrics.h" , "support/port_platform.h" , "support/string_util.h" , "support/sync.h" @@ -51,6 +52,7 @@ , "grpc_posix.h" , "grpc_security.h" , "grpc_security_constants.h" + , "passive_listener.h" , "slice.h" , "slice_buffer.h" , "status.h" @@ -141,4 +143,9 @@ , "srcs": ["impl/channel_arg_names.h"] , "stage": ["grpc"] } +, "grpc_core_credentials_header": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["credentials.h"] + , "stage": ["grpc"] + } } diff --git a/etc/import/include/grpcpp/TARGETS.grpc b/etc/import/include/grpcpp/TARGETS.grpc index 3aae1877..a8a25403 100644 --- a/etc/import/include/grpcpp/TARGETS.grpc +++ b/etc/import/include/grpcpp/TARGETS.grpc @@ -9,7 +9,9 @@ , "create_channel_posix.h" , "ext/health_check_service_server_builder_option.h" , "generic/async_generic_service.h" + , "generic/callback_generic_service.h" , "generic/generic_stub.h" + , "generic/generic_stub_callback.h" , "grpcpp.h" , "health_check_service_interface.h" , "impl/call_hook.h" @@ -37,6 +39,7 @@ , "impl/service_type.h" , "impl/status.h" , "impl/sync.h" + , "passive_listener.h" , "resource_quota.h" , "security/audit_logging.h" , "security/tls_crl_provider.h" @@ -158,4 +161,9 @@ , "srcs": ["ext/server_metric_recorder.h"] , "stage": ["grpcpp"] } +, "global_callback_hook_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["support/global_callback_hook.h"] + , "stage": ["grpcpp"] + } } |