Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617586334
  • Loading branch information
tjgq authored and copybara-github committed Mar 20, 2024
1 parent 32fe548 commit 7746272
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion bazel/py_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ _py_proto_library_aspect = aspect(
)

py_proto_library = rule(
output_to_genfiles = True,
implementation = _py_proto_library_rule_impl,
attrs = {
"deps": attr.label_list(
Expand Down
1 change: 0 additions & 1 deletion bazel/upb_c_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def _upb_c_proto_library_rule_impl(ctx):
return upb_proto_rule_impl(ctx, UpbWrappedCcInfo, _UpbWrappedGeneratedSrcsInfo)

upb_c_proto_library = rule(
output_to_genfiles = True,
implementation = _upb_c_proto_library_rule_impl,
attrs = {
"deps": attr.label_list(
Expand Down
1 change: 0 additions & 1 deletion bazel/upb_minitable_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def _upb_minitable_proto_library_rule_impl(ctx):
return upb_proto_rule_impl(ctx, UpbMinitableCcInfo, _UpbWrappedGeneratedSrcsInfo)

upb_minitable_proto_library = rule(
output_to_genfiles = True,
implementation = _upb_minitable_proto_library_rule_impl,
attrs = {
"deps": attr.label_list(
Expand Down
1 change: 0 additions & 1 deletion bazel/upb_proto_reflection_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def _upb_proto_reflection_library_rule_impl(ctx):
return upb_proto_rule_impl(ctx, _UpbDefsWrappedCcInfo, _WrappedDefsGeneratedSrcsInfo)

upb_proto_reflection_library = rule(
output_to_genfiles = True,
implementation = _upb_proto_reflection_library_rule_impl,
attrs = {
"deps": attr.label_list(
Expand Down
1 change: 0 additions & 1 deletion lua/lua_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ _lua_proto_library_aspect = aspect(
)

lua_proto_library = rule(
output_to_genfiles = True,
implementation = _lua_proto_rule_impl,
attrs = {
"deps": attr.label_list(
Expand Down
1 change: 0 additions & 1 deletion protos/bazel/upb_cc_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ _upb_cc_proto_library_aspect = aspect(
)

upb_cc_proto_library = rule(
output_to_genfiles = True,
implementation = _upb_cc_proto_rule_impl,
attrs = {
"deps": attr.label_list(
Expand Down
1 change: 0 additions & 1 deletion python/dist/dist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _py_dist_module_impl(ctx):
]

py_dist_module = rule(
output_to_genfiles = True,
implementation = _py_dist_module_impl,
attrs = {
"module_name": attr.string(mandatory = True),
Expand Down

0 comments on commit 7746272

Please sign in to comment.