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