Skip to content

Commit b38b706

Browse files
authored
Removed meshca.proto (grpc#28535)
1 parent b2939f5 commit b38b706

File tree

7 files changed

+0
-348
lines changed

7 files changed

+0
-348
lines changed

BUILD

-23
Original file line numberDiff line numberDiff line change
@@ -5599,29 +5599,6 @@ grpc_upb_proto_library(
55995599
deps = ["//src/proto/grpc/lb/v1:load_balancer_proto_descriptor"],
56005600
)
56015601

5602-
# Once upb code-gen issue is resolved, replace meshca_upb with this.
5603-
# meshca_upb_proto_library(
5604-
# name = "meshca_upb",
5605-
# deps = ["//third_party/istio/security/proto/providers/google:meshca_proto"],
5606-
# )
5607-
5608-
grpc_cc_library(
5609-
name = "meshca_upb",
5610-
srcs = [
5611-
"src/core/ext/upb-generated/third_party/istio/security/proto/providers/google/meshca.upb.c",
5612-
],
5613-
hdrs = [
5614-
"src/core/ext/upb-generated/third_party/istio/security/proto/providers/google/meshca.upb.h",
5615-
],
5616-
external_deps = [
5617-
"upb_generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
5618-
],
5619-
language = "c++",
5620-
deps = [
5621-
"protobuf_duration_upb",
5622-
],
5623-
)
5624-
56255602
grpc_upb_proto_library(
56265603
name = "alts_upb",
56275604
deps = ["//src/proto/grpc/gcp:alts_handshaker_proto"],

src/core/ext/upb-generated/third_party/istio/security/proto/providers/google/meshca.upb.c

-55
This file was deleted.

src/core/ext/upb-generated/third_party/istio/security/proto/providers/google/meshca.upb.h

-131
This file was deleted.

src/core/ext/upbdefs-generated/third_party/istio/security/proto/providers/google/meshca.upbdefs.c

-47
This file was deleted.

src/core/ext/upbdefs-generated/third_party/istio/security/proto/providers/google/meshca.upbdefs.h

-40
This file was deleted.

third_party/istio/security/proto/providers/google/meshca.proto

-51
This file was deleted.

tools/codegen/core/gen_upb_api.sh

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ proto_files=( \
117117
"envoy/type/v3/percent.proto" \
118118
"envoy/type/v3/range.proto" \
119119
"envoy/type/v3/semantic_version.proto" \
120-
"third_party/istio/security/proto/providers/google/meshca.proto" \
121120
"udpa/annotations/migrate.proto" \
122121
"udpa/annotations/security.proto" \
123122
"udpa/annotations/sensitive.proto" \

0 commit comments

Comments
 (0)