This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
opencensus/plugins/grpc/internal/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ package(default_visibility = ["//visibility:private"])
2222cc_grpc_library (
2323 name = "hello_proto" ,
2424 srcs = ["hello.proto" ],
25- generate_mock = False ,
2625 proto_only = False ,
2726 use_external = True ,
2827 well_known_protos = False ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library")
2424cc_grpc_library (
2525 name = "annotations" ,
2626 srcs = ["annotations.proto" ],
27- generate_mock = False ,
2827 proto_only = False ,
2928 use_external = True ,
3029 well_known_protos = True ,
@@ -34,7 +33,6 @@ cc_grpc_library(
3433cc_grpc_library (
3534 name = "distribution" ,
3635 srcs = ["distribution.proto" ],
37- generate_mock = False ,
3836 proto_only = False ,
3937 use_external = True ,
4038 well_known_protos = True ,
@@ -44,7 +42,6 @@ cc_grpc_library(
4442cc_grpc_library (
4543 name = "http" ,
4644 srcs = ["http.proto" ],
47- generate_mock = False ,
4845 proto_only = False ,
4946 use_external = True ,
5047 well_known_protos = True ,
@@ -54,7 +51,6 @@ cc_grpc_library(
5451cc_grpc_library (
5552 name = "label" ,
5653 srcs = ["label.proto" ],
57- generate_mock = False ,
5854 proto_only = False ,
5955 use_external = True ,
6056 well_known_protos = True ,
@@ -64,7 +60,6 @@ cc_grpc_library(
6460cc_grpc_library (
6561 name = "metric" ,
6662 srcs = ["metric.proto" ],
67- generate_mock = False ,
6863 proto_only = False ,
6964 use_external = True ,
7065 well_known_protos = True ,
@@ -74,7 +69,6 @@ cc_grpc_library(
7469cc_grpc_library (
7570 name = "monitored_resource" ,
7671 srcs = ["monitored_resource.proto" ],
77- generate_mock = False ,
7872 proto_only = False ,
7973 use_external = True ,
8074 well_known_protos = True ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library")
2424cc_grpc_library (
2525 name = "trace_proto" ,
2626 srcs = ["trace.proto" ],
27- generate_mock = False ,
2827 proto_only = False ,
2928 use_external = True ,
3029 well_known_protos = True ,
@@ -37,7 +36,6 @@ cc_grpc_library(
3736cc_grpc_library (
3837 name = "tracing_proto" ,
3938 srcs = ["tracing.proto" ],
40- generate_mock = False ,
4139 proto_only = False ,
4240 use_external = True ,
4341 well_known_protos = True ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library")
2424cc_grpc_library (
2525 name = "common" ,
2626 srcs = ["common.proto" ],
27- generate_mock = False ,
2827 proto_only = False ,
2928 use_external = True ,
3029 well_known_protos = True ,
@@ -34,7 +33,6 @@ cc_grpc_library(
3433cc_grpc_library (
3534 name = "metric" ,
3635 srcs = ["metric.proto" ],
37- generate_mock = False ,
3836 proto_only = False ,
3937 use_external = True ,
4038 well_known_protos = True ,
@@ -48,7 +46,6 @@ cc_grpc_library(
4846cc_grpc_library (
4947 name = "metric_service" ,
5048 srcs = ["metric_service.proto" ],
51- generate_mock = False ,
5249 proto_only = False ,
5350 use_external = True ,
5451 well_known_protos = True ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library")
2424cc_grpc_library (
2525 name = "status" ,
2626 srcs = ["status.proto" ],
27- generate_mock = False ,
2827 proto_only = False ,
2928 use_external = True ,
3029 well_known_protos = True ,
Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library")
2323cc_grpc_library (
2424 name = "echo_proto" ,
2525 srcs = ["echo.proto" ],
26- deps = [],
2726 proto_only = False ,
28- well_known_protos = False ,
29- generate_mock = False ,
3027 use_external = True ,
28+ well_known_protos = False ,
29+ deps = [],
3130)
You can’t perform that action at this time.
0 commit comments