Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
b1b9c254
Commit
b1b9c254
authored
Dec 05, 2015
by
Jisi Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1024 from martinmaly/wkt
Making _genproto rules public.
parents
ba6a28ea
8e0c9a3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
protobuf.bzl
protobuf.bzl
+3
-0
No files found.
protobuf.bzl
View file @
b1b9c254
...
...
@@ -141,6 +141,7 @@ def cc_proto_library(
deps
=
[
s
+
"_genproto"
for
s
in
deps
],
includes
=
includes
,
protoc
=
protoc
,
visibility
=
[
"//visibility:public"
],
)
# An empty cc_library to make rule dependency consistent.
native
.
cc_library
(
...
...
@@ -157,6 +158,7 @@ def cc_proto_library(
protoc
=
protoc
,
gen_cc
=
1
,
outs
=
outs
,
visibility
=
[
"//visibility:public"
],
)
if
default_runtime
and
not
default_runtime
in
cc_libs
:
...
...
@@ -245,6 +247,7 @@ def py_proto_library(
protoc
=
protoc
,
gen_py
=
1
,
outs
=
outs
,
visibility
=
[
"//visibility:public"
],
)
if
include
!=
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment