summaryrefslogtreecommitdiff
path: root/etc/import/include/grpc/TARGETS.grpc
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-10-29 14:26:00 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-10-30 14:03:09 +0100
commitc4504809bfa1455b4f5c2a651e7ad8f37804ea99 (patch)
tree17ae57c844cc65153e9afdc234eac8ded636d8a8 /etc/import/include/grpc/TARGETS.grpc
parent4dcf66d4d00ca0b718e2b8c1ec8f56f1c0910a09 (diff)
downloadjustbuild-c4504809bfa1455b4f5c2a651e7ad8f37804ea99.tar.gz
Update to grpc v1.67.1
Update also direct dependencies: - boringssl b8b3e6e - google_apis fe8ba05 - protobuf v27.2 Also update the bootstrap build description for crypto library. Remove ssl patch for gcc-14 build as fix is now in upstream. Remove bytestream.proto patch as fix is now in upstream. Target utf8_range now taken only from protobuf, where it is first defined. For now, upb dependencies in grpc still taken from its own third_party subdirectory, as it is still kept synchronized with the corresponding tree in the corresponding protobuf version.
Diffstat (limited to 'etc/import/include/grpc/TARGETS.grpc')
-rw-r--r--etc/import/include/grpc/TARGETS.grpc7
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"]
+ }
}