Skip to content

Commit b7aeabd

Browse files
authored
remove s2a protos from grpc-proto (#168)
1 parent 483f11e commit b7aeabd

File tree

4 files changed

+0
-550
lines changed

4 files changed

+0
-550
lines changed

BUILD.bazel

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -259,34 +259,3 @@ proto_library(
259259
"@com_google_protobuf//:wrappers_proto",
260260
],
261261
)
262-
263-
proto_library(
264-
name = "s2a_common_proto",
265-
srcs = [
266-
"grpc/gcp/s2a/common.proto",
267-
],
268-
visibility = ["//visibility:public"],
269-
)
270-
271-
proto_library(
272-
name = "s2a_context_proto",
273-
srcs = [
274-
"grpc/gcp/s2a/s2a_context.proto",
275-
],
276-
visibility = ["//visibility:public"],
277-
deps = [
278-
":s2a_common_proto",
279-
],
280-
)
281-
282-
proto_library(
283-
name = "s2a_proto",
284-
srcs = [
285-
"grpc/gcp/s2a/s2a.proto",
286-
],
287-
visibility = ["//visibility:public"],
288-
deps = [
289-
":s2a_common_proto",
290-
":s2a_context_proto",
291-
],
292-
)

grpc/gcp/s2a/common.proto

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)