Skip to content

Commit 143ba02

Browse files
authored
Merge pull request #5 from pcj/pcj/protoc-gen-js-visibility
buildozer 'add visibility //visibility:public' //generator:protoc-gen-js
2 parents ff3b343 + f7a9008 commit 143ba02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
21
cc_binary(
32
name = "protoc-gen-js",
43
srcs = [
5-
"protoc-gen-js.cc",
64
"js_generator.cc",
75
"js_generator.h",
6+
"protoc-gen-js.cc",
87
"well_known_types_embed.cc",
98
"well_known_types_embed.h",
109
],
10+
visibility = ["//visibility:public"],
1111
deps = [
1212
#"@com_google_absl//absl/base:core_headers",
1313
#"@com_google_absl//absl/container:flat_hash_map",

0 commit comments

Comments
 (0)