diff options
Diffstat (limited to 'etc/import/include')
-rw-r--r-- | etc/import/include/grpc/TARGETS.grpc | 8 | ||||
-rw-r--r-- | etc/import/include/grpcpp/TARGETS.grpc | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/import/include/grpc/TARGETS.grpc b/etc/import/include/grpc/TARGETS.grpc index 892aa639..2da10193 100644 --- a/etc/import/include/grpc/TARGETS.grpc +++ b/etc/import/include/grpc/TARGETS.grpc @@ -20,6 +20,7 @@ , "support/sync_windows.h" , "support/thd_id.h" , "support/time.h" + , "impl/call.h" , "impl/codegen/atm.h" , "impl/codegen/atm_gcc_atomic.h" , "impl/codegen/atm_gcc_sync.h" @@ -41,6 +42,7 @@ { "type": ["@", "rules", "data", "staged"] , "srcs": [ "grpc_audit_logging.h" + , "grpc_crl_provider.h" , "byte_buffer.h" , "byte_buffer_reader.h" , "compression.h" @@ -75,6 +77,7 @@ , "srcs": [ "event_engine/endpoint_config.h" , "event_engine/event_engine.h" + , "event_engine/extensible.h" , "event_engine/port.h" , "event_engine/memory_allocator.h" , "event_engine/memory_request.h" @@ -133,4 +136,9 @@ , "srcs": ["census.h"] , "stage": ["grpc"] } +, "channel_arg_names_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["impl/channel_arg_names.h"] + , "stage": ["grpc"] + } } diff --git a/etc/import/include/grpcpp/TARGETS.grpc b/etc/import/include/grpcpp/TARGETS.grpc index 0781bca8..3aae1877 100644 --- a/etc/import/include/grpcpp/TARGETS.grpc +++ b/etc/import/include/grpcpp/TARGETS.grpc @@ -39,6 +39,7 @@ , "impl/sync.h" , "resource_quota.h" , "security/audit_logging.h" + , "security/tls_crl_provider.h" , "security/auth_context.h" , "security/auth_metadata_processor.h" , "security/credentials.h" |