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