diff options
Diffstat (limited to 'etc/import/include/grpcpp/TARGETS.grpc')
-rw-r--r-- | etc/import/include/grpcpp/TARGETS.grpc | 8 |
1 files changed, 8 insertions, 0 deletions
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"] + } } |