Commit 9ded103 1 parent 12c897a commit 9ded103 Copy full SHA for 9ded103
File tree 6 files changed +8
-6
lines changed
grpcio_channelz/grpc_channelz/v1
grpcio_health_checking/grpc_health/v1
grpcio_reflection/grpc_reflection/v1alpha
test/distrib/bazel/python
6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
"""Generates and compiles Python gRPC stubs from proto_library rules."""
15
15
16
+ load ("@com_google_protobuf//bazel:py_proto_library.bzl" , protobuf_py_proto_library = "py_proto_library" )
16
17
load ("@rules_proto//proto:defs.bzl" , "ProtoInfo" )
17
18
load ("@rules_python//python:py_info.bzl" , "PyInfo" )
18
- load ("@com_google_protobuf//bazel:py_proto_library.bzl" , protobuf_py_proto_library = "py_proto_library" )
19
19
load (
20
20
"//bazel:protobuf.bzl" ,
21
21
"declare_out_files" ,
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
load ("//bazel:grpc_build_system.bzl" , "grpc_package" , "grpc_proto_library" )
16
- load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
17
16
18
17
licenses (["notice" ])
19
18
Original file line number Diff line number Diff line change
1
+ load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
2
+
1
3
# Copyright 2021 The gRPC Authors
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
12
14
# See the License for the specific language governing permissions and
13
15
# limitations under the License.
14
16
load ("@rules_python//python:defs.bzl" , "py_library" )
15
- load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
16
17
load ("//bazel:python_rules.bzl" , "py_grpc_library" , "py_proto_library" )
17
18
18
19
package (default_visibility = ["//visibility:public" ])
Original file line number Diff line number Diff line change
1
+ load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
2
+
1
3
# Copyright 2021 The gRPC Authors
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
12
14
# See the License for the specific language governing permissions and
13
15
# limitations under the License.
14
16
load ("@rules_python//python:defs.bzl" , "py_library" )
15
- load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
16
17
load ("//bazel:python_rules.bzl" , "py_grpc_library" , "py_proto_library" )
17
18
18
19
package (default_visibility = ["//visibility:public" ])
Original file line number Diff line number Diff line change
1
+ load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
2
+
1
3
# Copyright 2021 The gRPC Authors
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
12
14
# See the License for the specific language governing permissions and
13
15
# limitations under the License.
14
16
load ("@rules_python//python:defs.bzl" , "py_library" )
15
- load ("@com_google_protobuf//bazel:proto_library.bzl" , "proto_library" )
16
17
load ("//bazel:python_rules.bzl" , "py_grpc_library" , "py_proto_library" )
17
18
18
19
package (default_visibility = ["//visibility:public" ])
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- load ("@com_google_protobuf//bazel:py_proto_library.bzl" , "py_proto_library" )
18
17
load (
19
18
"@com_github_grpc_grpc//bazel:python_rules.bzl" ,
20
19
"py_grpc_library" ,
21
20
)
21
+ load ("@com_google_protobuf//bazel:py_proto_library.bzl" , "py_proto_library" )
22
22
load ("@rules_proto//proto:defs.bzl" , "proto_library" )
23
23
load ("@rules_python//python:defs.bzl" , "py_library" , "py_test" )
24
24
load ("//:python_rules_test.bzl" , "python_rules_test_suite" )
You can’t perform that action at this time.
0 commit comments