Skip to content

Commit

Permalink
Export closure_proto_aspect
Browse files Browse the repository at this point in the history
Required for closure_grpc_web_library
https://github.com/grpc/grpc-web/
  • Loading branch information
Yannic committed Aug 4, 2018
1 parent 3555e5b commit 53f2cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closure/protobuf/closure_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _closure_proto_aspect_impl(target, ctx):
# The usual suspects are exported as runfiles, in addition to raw source.
runfiles=ctx.runfiles(files=[js]))

_closure_proto_aspect = aspect(
closure_proto_aspect = aspect(
attr_aspects = ['deps'],
attrs = {
# internal only
Expand Down Expand Up @@ -155,7 +155,7 @@ closure_proto_library = rule(
'deps': attr.label_list(
mandatory = True,
providers = ['proto'],
aspects = [_closure_proto_aspect],
aspects = [closure_proto_aspect],
),
},
implementation = _closure_proto_library_impl,
Expand Down

0 comments on commit 53f2cab

Please sign in to comment.