diff --git a/BUILD b/BUILD
index 5da2eda36a3..d42572b6559 100644
--- a/BUILD
+++ b/BUILD
@@ -1064,7 +1064,6 @@ grpc_cc_library(
"grpc_base",
"grpc_client_authority_filter",
"grpc_deadline_filter",
- "grpc_health_upb",
"health_proto",
"inlined_vector",
"orphanable",
@@ -2002,7 +2001,6 @@ grpc_cc_library(
deps = [
"grpc",
"grpc++_codegen_base",
- "grpc_health_upb",
"health_proto",
],
)
@@ -2015,7 +2013,6 @@ grpc_cc_library(
public_hdrs = GRPCXX_PUBLIC_HDRS,
deps = [
"grpc++_codegen_base",
- "grpc_health_upb",
"grpc_unsecure",
"health_proto",
],
diff --git a/BUILD.gn b/BUILD.gn
index 5e76bc64065..1ee7929c0cb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -429,28 +429,6 @@ config("grpc_config") {
"src/core/ext/transport/inproc/inproc_plugin.cc",
"src/core/ext/transport/inproc/inproc_transport.cc",
"src/core/ext/transport/inproc/inproc_transport.h",
- "src/core/ext/upb-generated/google/protobuf/any.upb.c",
- "src/core/ext/upb-generated/google/protobuf/any.upb.h",
- "src/core/ext/upb-generated/google/protobuf/duration.upb.c",
- "src/core/ext/upb-generated/google/protobuf/duration.upb.h",
- "src/core/ext/upb-generated/google/protobuf/empty.upb.c",
- "src/core/ext/upb-generated/google/protobuf/empty.upb.h",
- "src/core/ext/upb-generated/google/protobuf/struct.upb.c",
- "src/core/ext/upb-generated/google/protobuf/struct.upb.h",
- "src/core/ext/upb-generated/google/protobuf/timestamp.upb.c",
- "src/core/ext/upb-generated/google/protobuf/timestamp.upb.h",
- "src/core/ext/upb-generated/google/protobuf/wrappers.upb.c",
- "src/core/ext/upb-generated/google/protobuf/wrappers.upb.h",
- "src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c",
- "src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h",
- "src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c",
- "src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h",
- "src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c",
- "src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h",
- "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c",
- "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h",
- "src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c",
- "src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h",
"src/core/lib/avl/avl.cc",
"src/core/lib/avl/avl.h",
"src/core/lib/backoff/backoff.cc",
@@ -1191,8 +1169,6 @@ config("grpc_config") {
"include/grpcpp/support/time.h",
"include/grpcpp/support/validate_service_config.h",
"src/core/ext/transport/inproc/inproc_transport.h",
- "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c",
- "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h",
"src/core/lib/avl/avl.h",
"src/core/lib/backoff/backoff.h",
"src/core/lib/channel/channel_args.h",
@@ -1422,13 +1398,6 @@ config("grpc_config") {
"src/cpp/util/status.cc",
"src/cpp/util/string_ref.cc",
"src/cpp/util/time_cc.cc",
- "third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c",
- "third_party/upb/upb/decode.c",
- "third_party/upb/upb/encode.c",
- "third_party/upb/upb/msg.c",
- "third_party/upb/upb/port.c",
- "third_party/upb/upb/table.c",
- "third_party/upb/upb/upb.c",
]
deps = [
"//third_party/boringssl",
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf31e17beb1..68d3ade6519 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1265,9 +1265,6 @@ add_library(grpc
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
third_party/nanopb/pb_encode.c
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c
src/core/tsi/transport_security.cc
third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
third_party/upb/upb/decode.c
@@ -1307,7 +1304,6 @@ add_library(grpc
src/core/ext/filters/client_channel/subchannel.cc
src/core/ext/filters/client_channel/subchannel_pool_interface.cc
src/core/ext/filters/deadline/deadline_filter.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
src/core/ext/filters/client_channel/health/health.pb.c
src/core/tsi/fake_transport_security.cc
src/core/tsi/local_transport_security.cc
@@ -1327,13 +1323,6 @@ add_library(grpc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
- src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c
- src/core/ext/upb-generated/google/protobuf/any.upb.c
- src/core/ext/upb-generated/google/protobuf/duration.upb.c
- src/core/ext/upb-generated/google/protobuf/empty.upb.c
- src/core/ext/upb-generated/google/protobuf/struct.upb.c
- src/core/ext/upb-generated/google/protobuf/timestamp.upb.c
- src/core/ext/upb-generated/google/protobuf/wrappers.upb.c
src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c
@@ -1688,14 +1677,6 @@ add_library(grpc_cronet
src/core/ext/filters/client_channel/subchannel.cc
src/core/ext/filters/client_channel/subchannel_pool_interface.cc
src/core/ext/filters/deadline/deadline_filter.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
- third_party/upb/upb/decode.c
- third_party/upb/upb/encode.c
- third_party/upb/upb/msg.c
- third_party/upb/upb/port.c
- third_party/upb/upb/table.c
- third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/health/health.pb.c
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
@@ -1767,10 +1748,14 @@ add_library(grpc_cronet
src/core/tsi/alts/handshaker/altscontext.pb.c
src/core/tsi/alts/handshaker/handshaker.pb.c
src/core/tsi/alts/handshaker/transport_security_common.pb.c
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c
src/core/tsi/transport_security.cc
+ third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
+ third_party/upb/upb/decode.c
+ third_party/upb/upb/encode.c
+ third_party/upb/upb/msg.c
+ third_party/upb/upb/port.c
+ third_party/upb/upb/table.c
+ third_party/upb/upb/upb.c
src/core/ext/transport/chttp2/client/insecure/channel_create.cc
src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
src/core/ext/transport/chttp2/client/authority.cc
@@ -2091,14 +2076,6 @@ add_library(grpc_test_util
src/core/ext/filters/client_channel/subchannel.cc
src/core/ext/filters/client_channel/subchannel_pool_interface.cc
src/core/ext/filters/deadline/deadline_filter.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
- third_party/upb/upb/decode.c
- third_party/upb/upb/encode.c
- third_party/upb/upb/msg.c
- third_party/upb/upb/port.c
- third_party/upb/upb/table.c
- third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/health/health.pb.c
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
@@ -2437,14 +2414,6 @@ add_library(grpc_test_util_unsecure
src/core/ext/filters/client_channel/subchannel.cc
src/core/ext/filters/client_channel/subchannel_pool_interface.cc
src/core/ext/filters/deadline/deadline_filter.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
- third_party/upb/upb/decode.c
- third_party/upb/upb/encode.c
- third_party/upb/upb/msg.c
- third_party/upb/upb/port.c
- third_party/upb/upb/table.c
- third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/health/health.pb.c
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
@@ -2794,14 +2763,6 @@ add_library(grpc_unsecure
src/core/ext/filters/client_channel/subchannel.cc
src/core/ext/filters/client_channel/subchannel_pool_interface.cc
src/core/ext/filters/deadline/deadline_filter.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
- third_party/upb/upb/decode.c
- third_party/upb/upb/encode.c
- third_party/upb/upb/msg.c
- third_party/upb/upb/port.c
- third_party/upb/upb/table.c
- third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/health/health.pb.c
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
@@ -2827,16 +2788,16 @@ add_library(grpc_unsecure
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
- src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c
- src/core/ext/upb-generated/google/protobuf/any.upb.c
- src/core/ext/upb-generated/google/protobuf/duration.upb.c
- src/core/ext/upb-generated/google/protobuf/empty.upb.c
- src/core/ext/upb-generated/google/protobuf/struct.upb.c
- src/core/ext/upb-generated/google/protobuf/timestamp.upb.c
- src/core/ext/upb-generated/google/protobuf/wrappers.upb.c
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
+ third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
+ third_party/upb/upb/decode.c
+ third_party/upb/upb/encode.c
+ third_party/upb/upb/msg.c
+ third_party/upb/upb/port.c
+ third_party/upb/upb/table.c
+ third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/lb_policy/xds/xds.cc
src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.cc
src/core/ext/filters/client_channel/lb_policy/xds/xds_client_stats.cc
@@ -3203,14 +3164,6 @@ add_library(grpc++
src/cpp/util/status.cc
src/cpp/util/string_ref.cc
src/cpp/util/time_cc.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
- third_party/upb/upb/decode.c
- third_party/upb/upb/encode.c
- third_party/upb/upb/msg.c
- third_party/upb/upb/port.c
- third_party/upb/upb/table.c
- third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/health/health.pb.c
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
@@ -4317,14 +4270,6 @@ add_library(grpc++_unsecure
src/cpp/util/status.cc
src/cpp/util/string_ref.cc
src/cpp/util/time_cc.cc
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c
- third_party/upb/upb/decode.c
- third_party/upb/upb/encode.c
- third_party/upb/upb/msg.c
- third_party/upb/upb/port.c
- third_party/upb/upb/table.c
- third_party/upb/upb/upb.c
src/core/ext/filters/client_channel/health/health.pb.c
third_party/nanopb/pb_common.c
third_party/nanopb/pb_decode.c
diff --git a/Makefile b/Makefile
index e77c5d71089..87a43958abc 100644
--- a/Makefile
+++ b/Makefile
@@ -3756,9 +3756,6 @@ LIBGRPC_SRC = \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
third_party/nanopb/pb_encode.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c \
src/core/tsi/transport_security.cc \
third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
third_party/upb/upb/decode.c \
@@ -3798,7 +3795,6 @@ LIBGRPC_SRC = \
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_pool_interface.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
src/core/tsi/fake_transport_security.cc \
src/core/tsi/local_transport_security.cc \
@@ -3818,13 +3814,6 @@ LIBGRPC_SRC = \
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc \
- src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c \
- src/core/ext/upb-generated/google/protobuf/any.upb.c \
- src/core/ext/upb-generated/google/protobuf/duration.upb.c \
- src/core/ext/upb-generated/google/protobuf/empty.upb.c \
- src/core/ext/upb-generated/google/protobuf/struct.upb.c \
- src/core/ext/upb-generated/google/protobuf/timestamp.upb.c \
- src/core/ext/upb-generated/google/protobuf/wrappers.upb.c \
src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c \
@@ -4167,14 +4156,6 @@ LIBGRPC_CRONET_SRC = \
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_pool_interface.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
- third_party/upb/upb/decode.c \
- third_party/upb/upb/encode.c \
- third_party/upb/upb/msg.c \
- third_party/upb/upb/port.c \
- third_party/upb/upb/table.c \
- third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
@@ -4246,10 +4227,14 @@ LIBGRPC_CRONET_SRC = \
src/core/tsi/alts/handshaker/altscontext.pb.c \
src/core/tsi/alts/handshaker/handshaker.pb.c \
src/core/tsi/alts/handshaker/transport_security_common.pb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c \
src/core/tsi/transport_security.cc \
+ third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
+ third_party/upb/upb/decode.c \
+ third_party/upb/upb/encode.c \
+ third_party/upb/upb/msg.c \
+ third_party/upb/upb/port.c \
+ third_party/upb/upb/table.c \
+ third_party/upb/upb/upb.c \
src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc \
src/core/ext/transport/chttp2/client/authority.cc \
@@ -4557,14 +4542,6 @@ LIBGRPC_TEST_UTIL_SRC = \
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_pool_interface.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
- third_party/upb/upb/decode.c \
- third_party/upb/upb/encode.c \
- third_party/upb/upb/msg.c \
- third_party/upb/upb/port.c \
- third_party/upb/upb/table.c \
- third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
@@ -4884,14 +4861,6 @@ LIBGRPC_TEST_UTIL_UNSECURE_SRC = \
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_pool_interface.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
- third_party/upb/upb/decode.c \
- third_party/upb/upb/encode.c \
- third_party/upb/upb/msg.c \
- third_party/upb/upb/port.c \
- third_party/upb/upb/table.c \
- third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
@@ -5209,14 +5178,6 @@ LIBGRPC_UNSECURE_SRC = \
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_pool_interface.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
- third_party/upb/upb/decode.c \
- third_party/upb/upb/encode.c \
- third_party/upb/upb/msg.c \
- third_party/upb/upb/port.c \
- third_party/upb/upb/table.c \
- third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
@@ -5242,16 +5203,16 @@ LIBGRPC_UNSECURE_SRC = \
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc \
- src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c \
- src/core/ext/upb-generated/google/protobuf/any.upb.c \
- src/core/ext/upb-generated/google/protobuf/duration.upb.c \
- src/core/ext/upb-generated/google/protobuf/empty.upb.c \
- src/core/ext/upb-generated/google/protobuf/struct.upb.c \
- src/core/ext/upb-generated/google/protobuf/timestamp.upb.c \
- src/core/ext/upb-generated/google/protobuf/wrappers.upb.c \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c \
+ third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
+ third_party/upb/upb/decode.c \
+ third_party/upb/upb/encode.c \
+ third_party/upb/upb/msg.c \
+ third_party/upb/upb/port.c \
+ third_party/upb/upb/table.c \
+ third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/lb_policy/xds/xds.cc \
src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.cc \
src/core/ext/filters/client_channel/lb_policy/xds/xds_client_stats.cc \
@@ -5564,14 +5525,6 @@ LIBGRPC++_SRC = \
src/cpp/util/status.cc \
src/cpp/util/string_ref.cc \
src/cpp/util/time_cc.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
- third_party/upb/upb/decode.c \
- third_party/upb/upb/encode.c \
- third_party/upb/upb/msg.c \
- third_party/upb/upb/port.c \
- third_party/upb/upb/table.c \
- third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
@@ -6600,14 +6553,6 @@ LIBGRPC++_UNSECURE_SRC = \
src/cpp/util/status.cc \
src/cpp/util/string_ref.cc \
src/cpp/util/time_cc.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
- third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
- third_party/upb/upb/decode.c \
- third_party/upb/upb/encode.c \
- third_party/upb/upb/msg.c \
- third_party/upb/upb/port.c \
- third_party/upb/upb/table.c \
- third_party/upb/upb/upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
@@ -22457,9 +22402,6 @@ src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc: $(OPENSSL_
src/core/ext/transport/cronet/plugin_registry/grpc_cronet_plugin_registry.cc: $(OPENSSL_DEP)
src/core/ext/transport/cronet/transport/cronet_api_dummy.cc: $(OPENSSL_DEP)
src/core/ext/transport/cronet/transport/cronet_transport.cc: $(OPENSSL_DEP)
-src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c: $(OPENSSL_DEP)
-src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c: $(OPENSSL_DEP)
-src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c: $(OPENSSL_DEP)
src/core/lib/http/httpcli_security_connector.cc: $(OPENSSL_DEP)
src/core/lib/security/context/security_context.cc: $(OPENSSL_DEP)
src/core/lib/security/credentials/alts/alts_credentials.cc: $(OPENSSL_DEP)
diff --git a/build.yaml b/build.yaml
index 2e81fae5687..87a2f09cb8e 100644
--- a/build.yaml
+++ b/build.yaml
@@ -104,7 +104,6 @@ filegroups:
- src/core/tsi/alts/handshaker/transport_security_common_api.cc
uses:
- alts_proto
- - alts_upb
- grpc_base
- nanopb
- tsi_interface
@@ -660,7 +659,6 @@ filegroups:
uses:
- grpc_base
- grpc_deadline_filter
- - grpc_health_upb
- health_proto
- name: grpc_client_idle_filter
src:
@@ -725,7 +723,6 @@ filegroups:
uses:
- grpc_base
- grpc_client_channel
- - grpc_lb_upb
- grpc_resolver_fake
- grpclb_proto
- nanopb
@@ -747,7 +744,6 @@ filegroups:
uses:
- grpc_base
- grpc_client_channel
- - grpc_lb_upb
- grpc_resolver_fake
- grpc_secure
- grpclb_proto
@@ -784,7 +780,6 @@ filegroups:
uses:
- grpc_base
- grpc_client_channel
- - grpc_lb_upb
- grpc_resolver_fake
- grpclb_proto
- nanopb
@@ -804,7 +799,6 @@ filegroups:
uses:
- grpc_base
- grpc_client_channel
- - grpc_lb_upb
- grpc_resolver_fake
- grpc_secure
- grpclb_proto
@@ -1554,7 +1548,6 @@ filegroups:
- grpc_transport_inproc_headers
- grpc++_codegen_base
- grpc++_internal_hdrs_only
- - grpc_health_upb
- nanopb_headers
- health_proto
- name: grpc++_config_proto
diff --git a/config.m4 b/config.m4
index 07925b2d0ac..0b7e67ed5ca 100644
--- a/config.m4
+++ b/config.m4
@@ -345,9 +345,6 @@ if test "$PHP_GRPC" != "no"; then
third_party/nanopb/pb_common.c \
third_party/nanopb/pb_decode.c \
third_party/nanopb/pb_encode.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c \
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c \
src/core/tsi/transport_security.cc \
third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
third_party/upb/upb/decode.c \
@@ -387,7 +384,6 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/filters/client_channel/subchannel.cc \
src/core/ext/filters/client_channel/subchannel_pool_interface.cc \
src/core/ext/filters/deadline/deadline_filter.cc \
- src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
src/core/ext/filters/client_channel/health/health.pb.c \
src/core/tsi/fake_transport_security.cc \
src/core/tsi/local_transport_security.cc \
@@ -407,13 +403,6 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc \
- src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c \
- src/core/ext/upb-generated/google/protobuf/any.upb.c \
- src/core/ext/upb-generated/google/protobuf/duration.upb.c \
- src/core/ext/upb-generated/google/protobuf/empty.upb.c \
- src/core/ext/upb-generated/google/protobuf/struct.upb.c \
- src/core/ext/upb-generated/google/protobuf/timestamp.upb.c \
- src/core/ext/upb-generated/google/protobuf/wrappers.upb.c \
src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c \
src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c \
@@ -742,10 +731,6 @@ if test "$PHP_GRPC" != "no"; then
PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/transport/chttp2/server/secure)
PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/transport/chttp2/transport)
PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/transport/inproc)
- PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/upb-generated/google/protobuf)
- PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/upb-generated/src/proto/grpc/gcp)
- PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/upb-generated/src/proto/grpc/health/v1)
- PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/upb-generated/src/proto/grpc/lb/v1)
PHP_ADD_BUILD_DIR($ext_builddir/src/core/lib/avl)
PHP_ADD_BUILD_DIR($ext_builddir/src/core/lib/backoff)
PHP_ADD_BUILD_DIR($ext_builddir/src/core/lib/channel)
diff --git a/config.w32 b/config.w32
index 8963d80a76d..fc2eec7fcc7 100644
--- a/config.w32
+++ b/config.w32
@@ -317,9 +317,6 @@ if (PHP_GRPC != "no") {
"third_party\\nanopb\\pb_common.c " +
"third_party\\nanopb\\pb_decode.c " +
"third_party\\nanopb\\pb_encode.c " +
- "src\\core\\ext\\upb-generated\\src\\proto\\grpc\\gcp\\altscontext.upb.c " +
- "src\\core\\ext\\upb-generated\\src\\proto\\grpc\\gcp\\handshaker.upb.c " +
- "src\\core\\ext\\upb-generated\\src\\proto\\grpc\\gcp\\transport_security_common.upb.c " +
"src\\core\\tsi\\transport_security.cc " +
"third_party\\upb\\generated_for_cmake\\google\\protobuf\\descriptor.upb.c " +
"third_party\\upb\\upb\\decode.c " +
@@ -359,7 +356,6 @@ if (PHP_GRPC != "no") {
"src\\core\\ext\\filters\\client_channel\\subchannel.cc " +
"src\\core\\ext\\filters\\client_channel\\subchannel_pool_interface.cc " +
"src\\core\\ext\\filters\\deadline\\deadline_filter.cc " +
- "src\\core\\ext\\upb-generated\\src\\proto\\grpc\\health\\v1\\health.upb.c " +
"src\\core\\ext\\filters\\client_channel\\health\\health.pb.c " +
"src\\core\\tsi\\fake_transport_security.cc " +
"src\\core\\tsi\\local_transport_security.cc " +
@@ -379,13 +375,6 @@ if (PHP_GRPC != "no") {
"src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\grpclb_channel_secure.cc " +
"src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\grpclb_client_stats.cc " +
"src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\load_balancer_api.cc " +
- "src\\core\\ext\\upb-generated\\src\\proto\\grpc\\lb\\v1\\load_balancer.upb.c " +
- "src\\core\\ext\\upb-generated\\google\\protobuf\\any.upb.c " +
- "src\\core\\ext\\upb-generated\\google\\protobuf\\duration.upb.c " +
- "src\\core\\ext\\upb-generated\\google\\protobuf\\empty.upb.c " +
- "src\\core\\ext\\upb-generated\\google\\protobuf\\struct.upb.c " +
- "src\\core\\ext\\upb-generated\\google\\protobuf\\timestamp.upb.c " +
- "src\\core\\ext\\upb-generated\\google\\protobuf\\wrappers.upb.c " +
"src\\core\\ext\\filters\\client_channel\\resolver\\fake\\fake_resolver.cc " +
"src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\proto\\grpc\\lb\\v1\\google\\protobuf\\duration.pb.c " +
"src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\proto\\grpc\\lb\\v1\\google\\protobuf\\timestamp.pb.c " +
@@ -754,17 +743,6 @@ if (PHP_GRPC != "no") {
FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\transport\\chttp2\\server\\secure");
FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\transport\\chttp2\\transport");
FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\transport\\inproc");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\google");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\google\\protobuf");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto\\grpc");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto\\grpc\\gcp");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto\\grpc\\health");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto\\grpc\\health\\v1");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto\\grpc\\lb");
- FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\upb-generated\\src\\proto\\grpc\\lb\\v1");
FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\lib");
FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\lib\\avl");
FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\lib\\backoff");
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 1fb00deb22e..08f2395769a 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -387,9 +387,6 @@ Pod::Spec.new do |s|
'src/core/tsi/alts/handshaker/altscontext.pb.h',
'src/core/tsi/alts/handshaker/handshaker.pb.h',
'src/core/tsi/alts/handshaker/transport_security_common.pb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h',
'src/core/tsi/transport_security.h',
'src/core/tsi/transport_security_interface.h',
'src/core/ext/transport/chttp2/client/authority.h',
@@ -422,7 +419,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/subchannel_interface.h',
'src/core/ext/filters/client_channel/subchannel_pool_interface.h',
'src/core/ext/filters/deadline/deadline_filter.h',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h',
'src/core/ext/filters/client_channel/health/health.pb.h',
'src/core/tsi/fake_transport_security.h',
'src/core/tsi/local_transport_security.h',
@@ -582,13 +578,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.h',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h',
@@ -793,7 +782,6 @@ Pod::Spec.new do |s|
'src/core/lib/uri/uri_parser.h',
'src/core/lib/debug/trace.h',
'src/core/ext/transport/inproc/inproc_transport.h',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h',
'src/core/ext/filters/client_channel/health/health.pb.h'
end
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index b00fe01fdd9..206be3da588 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -342,9 +342,6 @@ Pod::Spec.new do |s|
'src/core/tsi/alts/handshaker/altscontext.pb.h',
'src/core/tsi/alts/handshaker/handshaker.pb.h',
'src/core/tsi/alts/handshaker/transport_security_common.pb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h',
'src/core/tsi/transport_security.h',
'src/core/tsi/transport_security_interface.h',
'src/core/ext/transport/chttp2/client/authority.h',
@@ -377,7 +374,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/subchannel_interface.h',
'src/core/ext/filters/client_channel/subchannel_pool_interface.h',
'src/core/ext/filters/deadline/deadline_filter.h',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h',
'src/core/ext/filters/client_channel/health/health.pb.h',
'src/core/tsi/fake_transport_security.h',
'src/core/tsi/local_transport_security.h',
@@ -537,13 +533,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.h',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h',
@@ -815,9 +804,6 @@ Pod::Spec.new do |s|
'src/core/tsi/alts/handshaker/altscontext.pb.c',
'src/core/tsi/alts/handshaker/handshaker.pb.c',
'src/core/tsi/alts/handshaker/transport_security_common.pb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c',
'src/core/tsi/transport_security.cc',
'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
'third_party/upb/upb/decode.c',
@@ -857,7 +843,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/subchannel.cc',
'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
'src/core/ext/filters/deadline/deadline_filter.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'src/core/tsi/fake_transport_security.cc',
'src/core/tsi/local_transport_security.cc',
@@ -877,13 +862,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.c',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c',
@@ -1030,9 +1008,6 @@ Pod::Spec.new do |s|
'src/core/tsi/alts/handshaker/altscontext.pb.h',
'src/core/tsi/alts/handshaker/handshaker.pb.h',
'src/core/tsi/alts/handshaker/transport_security_common.pb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h',
'src/core/tsi/transport_security.h',
'src/core/tsi/transport_security_interface.h',
'src/core/ext/transport/chttp2/client/authority.h',
@@ -1065,7 +1040,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/subchannel_interface.h',
'src/core/ext/filters/client_channel/subchannel_pool_interface.h',
'src/core/ext/filters/deadline/deadline_filter.h',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h',
'src/core/ext/filters/client_channel/health/health.pb.h',
'src/core/tsi/fake_transport_security.h',
'src/core/tsi/local_transport_security.h',
@@ -1225,13 +1199,6 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.h',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.h',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h',
diff --git a/grpc.gemspec b/grpc.gemspec
index 757228dd232..ff7b0663ca2 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -276,9 +276,6 @@ Gem::Specification.new do |s|
s.files += %w( third_party/nanopb/pb_common.h )
s.files += %w( third_party/nanopb/pb_decode.h )
s.files += %w( third_party/nanopb/pb_encode.h )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h )
s.files += %w( src/core/tsi/transport_security.h )
s.files += %w( src/core/tsi/transport_security_interface.h )
s.files += %w( src/core/ext/transport/chttp2/client/authority.h )
@@ -311,7 +308,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/subchannel_interface.h )
s.files += %w( src/core/ext/filters/client_channel/subchannel_pool_interface.h )
s.files += %w( src/core/ext/filters/deadline/deadline_filter.h )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h )
s.files += %w( src/core/ext/filters/client_channel/health/health.pb.h )
s.files += %w( src/core/tsi/fake_transport_security.h )
s.files += %w( src/core/tsi/local_transport_security.h )
@@ -471,13 +467,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/any.upb.h )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/duration.upb.h )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/empty.upb.h )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/struct.upb.h )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/timestamp.upb.h )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/wrappers.upb.h )
s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h )
@@ -752,9 +741,6 @@ Gem::Specification.new do |s|
s.files += %w( third_party/nanopb/pb_common.c )
s.files += %w( third_party/nanopb/pb_decode.c )
s.files += %w( third_party/nanopb/pb_encode.c )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c )
s.files += %w( src/core/tsi/transport_security.cc )
s.files += %w( third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c )
s.files += %w( third_party/upb/upb/decode.c )
@@ -794,7 +780,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/subchannel.cc )
s.files += %w( src/core/ext/filters/client_channel/subchannel_pool_interface.cc )
s.files += %w( src/core/ext/filters/deadline/deadline_filter.cc )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c )
s.files += %w( src/core/ext/filters/client_channel/health/health.pb.c )
s.files += %w( src/core/tsi/fake_transport_security.cc )
s.files += %w( src/core/tsi/local_transport_security.cc )
@@ -814,13 +799,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc )
- s.files += %w( src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/any.upb.c )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/duration.upb.c )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/empty.upb.c )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/struct.upb.c )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/timestamp.upb.c )
- s.files += %w( src/core/ext/upb-generated/google/protobuf/wrappers.upb.c )
s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c )
diff --git a/grpc.gyp b/grpc.gyp
index a6e39f8bacc..5f9f900c2cd 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -557,9 +557,6 @@
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
'third_party/nanopb/pb_encode.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c',
'src/core/tsi/transport_security.cc',
'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
'third_party/upb/upb/decode.c',
@@ -599,7 +596,6 @@
'src/core/ext/filters/client_channel/subchannel.cc',
'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
'src/core/ext/filters/deadline/deadline_filter.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'src/core/tsi/fake_transport_security.cc',
'src/core/tsi/local_transport_security.cc',
@@ -619,13 +615,6 @@
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.c',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c',
@@ -882,14 +871,6 @@
'src/core/ext/filters/client_channel/subchannel.cc',
'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
'src/core/ext/filters/deadline/deadline_filter.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
- 'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
- 'third_party/upb/upb/decode.c',
- 'third_party/upb/upb/encode.c',
- 'third_party/upb/upb/msg.c',
- 'third_party/upb/upb/port.c',
- 'third_party/upb/upb/table.c',
- 'third_party/upb/upb/upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
@@ -1142,14 +1123,6 @@
'src/core/ext/filters/client_channel/subchannel.cc',
'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
'src/core/ext/filters/deadline/deadline_filter.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
- 'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
- 'third_party/upb/upb/decode.c',
- 'third_party/upb/upb/encode.c',
- 'third_party/upb/upb/msg.c',
- 'third_party/upb/upb/port.c',
- 'third_party/upb/upb/table.c',
- 'third_party/upb/upb/upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
@@ -1413,14 +1386,6 @@
'src/core/ext/filters/client_channel/subchannel.cc',
'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
'src/core/ext/filters/deadline/deadline_filter.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
- 'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
- 'third_party/upb/upb/decode.c',
- 'third_party/upb/upb/encode.c',
- 'third_party/upb/upb/msg.c',
- 'third_party/upb/upb/port.c',
- 'third_party/upb/upb/table.c',
- 'third_party/upb/upb/upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
@@ -1446,16 +1411,16 @@
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c',
+ 'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
+ 'third_party/upb/upb/decode.c',
+ 'third_party/upb/upb/encode.c',
+ 'third_party/upb/upb/msg.c',
+ 'third_party/upb/upb/port.c',
+ 'third_party/upb/upb/table.c',
+ 'third_party/upb/upb/upb.c',
'src/core/ext/filters/client_channel/lb_policy/xds/xds.cc',
'src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.cc',
'src/core/ext/filters/client_channel/lb_policy/xds/xds_client_stats.cc',
@@ -1575,14 +1540,6 @@
'src/cpp/util/status.cc',
'src/cpp/util/string_ref.cc',
'src/cpp/util/time_cc.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
- 'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
- 'third_party/upb/upb/decode.c',
- 'third_party/upb/upb/encode.c',
- 'third_party/upb/upb/msg.c',
- 'third_party/upb/upb/port.c',
- 'third_party/upb/upb/table.c',
- 'third_party/upb/upb/upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
@@ -1740,14 +1697,6 @@
'src/cpp/util/status.cc',
'src/cpp/util/string_ref.cc',
'src/cpp/util/time_cc.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
- 'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
- 'third_party/upb/upb/decode.c',
- 'third_party/upb/upb/encode.c',
- 'third_party/upb/upb/msg.c',
- 'third_party/upb/upb/port.c',
- 'third_party/upb/upb/table.c',
- 'third_party/upb/upb/upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
diff --git a/package.xml b/package.xml
index 89a199f0198..adf09c06361 100644
--- a/package.xml
+++ b/package.xml
@@ -281,9 +281,6 @@
-
-
-
@@ -316,7 +313,6 @@
-
@@ -476,13 +472,6 @@
-
-
-
-
-
-
-
@@ -757,9 +746,6 @@
-
-
-
@@ -799,7 +785,6 @@
-
@@ -819,13 +804,6 @@
-
-
-
-
-
-
-
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index 95f1d0eea1d..49a591c5f23 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -316,9 +316,6 @@ CORE_SOURCE_FILES = [
'third_party/nanopb/pb_common.c',
'third_party/nanopb/pb_decode.c',
'third_party/nanopb/pb_encode.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c',
- 'src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c',
'src/core/tsi/transport_security.cc',
'third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c',
'third_party/upb/upb/decode.c',
@@ -358,7 +355,6 @@ CORE_SOURCE_FILES = [
'src/core/ext/filters/client_channel/subchannel.cc',
'src/core/ext/filters/client_channel/subchannel_pool_interface.cc',
'src/core/ext/filters/deadline/deadline_filter.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c',
'src/core/ext/filters/client_channel/health/health.pb.c',
'src/core/tsi/fake_transport_security.cc',
'src/core/tsi/local_transport_security.cc',
@@ -378,13 +374,6 @@ CORE_SOURCE_FILES = [
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
- 'src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/any.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/duration.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/empty.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/struct.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/timestamp.upb.c',
- 'src/core/ext/upb-generated/google/protobuf/wrappers.upb.c',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.c',
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.c',
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal
index 0ef86c9065e..b43ae2f4254 100644
--- a/tools/doxygen/Doxyfile.c++.internal
+++ b/tools/doxygen/Doxyfile.c++.internal
@@ -1062,8 +1062,6 @@ include/grpcpp/support/validate_service_config.h \
src/core/ext/filters/client_channel/health/health.pb.c \
src/core/ext/filters/client_channel/health/health.pb.h \
src/core/ext/transport/inproc/inproc_transport.h \
-src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
-src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h \
src/core/lib/avl/avl.h \
src/core/lib/backoff/backoff.h \
src/core/lib/channel/channel_args.h \
@@ -1300,14 +1298,7 @@ third_party/nanopb/pb_common.h \
third_party/nanopb/pb_decode.c \
third_party/nanopb/pb_decode.h \
third_party/nanopb/pb_encode.c \
-third_party/nanopb/pb_encode.h \
-third_party/upb/generated_for_cmake/google/protobuf/descriptor.upb.c \
-third_party/upb/upb/decode.c \
-third_party/upb/upb/encode.c \
-third_party/upb/upb/msg.c \
-third_party/upb/upb/port.c \
-third_party/upb/upb/table.c \
-third_party/upb/upb/upb.c
+third_party/nanopb/pb_encode.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal
index c1a5102709c..d11ea7f7daa 100644
--- a/tools/doxygen/Doxyfile.core.internal
+++ b/tools/doxygen/Doxyfile.core.internal
@@ -1066,28 +1066,6 @@ src/core/ext/transport/chttp2/transport/writing.cc \
src/core/ext/transport/inproc/inproc_plugin.cc \
src/core/ext/transport/inproc/inproc_transport.cc \
src/core/ext/transport/inproc/inproc_transport.h \
-src/core/ext/upb-generated/google/protobuf/any.upb.c \
-src/core/ext/upb-generated/google/protobuf/any.upb.h \
-src/core/ext/upb-generated/google/protobuf/duration.upb.c \
-src/core/ext/upb-generated/google/protobuf/duration.upb.h \
-src/core/ext/upb-generated/google/protobuf/empty.upb.c \
-src/core/ext/upb-generated/google/protobuf/empty.upb.h \
-src/core/ext/upb-generated/google/protobuf/struct.upb.c \
-src/core/ext/upb-generated/google/protobuf/struct.upb.h \
-src/core/ext/upb-generated/google/protobuf/timestamp.upb.c \
-src/core/ext/upb-generated/google/protobuf/timestamp.upb.h \
-src/core/ext/upb-generated/google/protobuf/wrappers.upb.c \
-src/core/ext/upb-generated/google/protobuf/wrappers.upb.h \
-src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c \
-src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h \
-src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c \
-src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h \
-src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c \
-src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h \
-src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c \
-src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h \
-src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c \
-src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h \
src/core/lib/README.md \
src/core/lib/avl/avl.cc \
src/core/lib/avl/avl.h \
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json
index f06e6522c99..0dcecd83a6b 100644
--- a/tools/run_tests/generated/sources_and_headers.json
+++ b/tools/run_tests/generated/sources_and_headers.json
@@ -8228,7 +8228,6 @@
{
"deps": [
"alts_proto",
- "alts_upb",
"gpr",
"grpc_base",
"nanopb",
@@ -9090,7 +9089,6 @@
"gpr",
"grpc_base",
"grpc_deadline_filter",
- "grpc_health_upb",
"health_proto"
],
"headers": [
@@ -9293,7 +9291,6 @@
"gpr",
"grpc_base",
"grpc_client_channel",
- "grpc_lb_upb",
"grpc_resolver_fake",
"grpclb_proto",
"nanopb",
@@ -9329,7 +9326,6 @@
"gpr",
"grpc_base",
"grpc_client_channel",
- "grpc_lb_upb",
"grpc_resolver_fake",
"grpc_secure",
"grpclb_proto",
@@ -9400,7 +9396,6 @@
"gpr",
"grpc_base",
"grpc_client_channel",
- "grpc_lb_upb",
"grpc_resolver_fake",
"grpclb_proto",
"nanopb",
@@ -9433,7 +9428,6 @@
"gpr",
"grpc_base",
"grpc_client_channel",
- "grpc_lb_upb",
"grpc_resolver_fake",
"grpc_secure",
"grpclb_proto",
@@ -10569,7 +10563,6 @@
"grpc++_codegen_base",
"grpc++_internal_hdrs_only",
"grpc_base_headers",
- "grpc_health_upb",
"grpc_transport_inproc_headers",
"health_proto",
"nanopb_headers"