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
6ebfa148
Unverified
Commit
6ebfa148
authored
Mar 09, 2018
by
Feng Xiao
Committed by
GitHub
Mar 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4375 from jo2y/protoc-default
Replace //:protoc and similar default macro arguments with
parents
6dd563a6
950f5e42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
BUILD
BUILD
+1
-1
protobuf.bzl
protobuf.bzl
+4
-4
No files found.
BUILD
View file @
6ebfa148
...
...
@@ -254,7 +254,7 @@ internal_copied_filegroup(
srcs = WELL_KNOWN_PROTOS,
dest = "",
strip_prefix = "src",
visibility = ["//visibility:
hidden
"],
visibility = ["//visibility:
private
"],
)
[proto_library(
...
...
protobuf.bzl
View file @
6ebfa148
...
...
@@ -171,10 +171,10 @@ def cc_proto_library(
deps=[],
cc_libs=[],
include=None,
protoc="
//:
protoc
",
protoc="
@
com_google_protobuf
//:
protoc
",
internal_bootstrap_hack=False,
use_grpc_plugin=False,
default_runtime="
//:
protobuf
",
default_runtime="
@
com_google_protobuf
//:
protobuf
",
**kargs):
"""
Bazel
rule
to
create
a
C
++
protobuf
library
from
proto
source
files
...
...
@@ -317,8 +317,8 @@ def py_proto_library(
py_libs=[],
py_extra_srcs=[],
include=None,
default_runtime="
//:
protobuf_python
",
protoc="
//:
protoc
",
default_runtime="
@
com_google_protobuf
//:
protobuf_python
",
protoc="
@
com_google_protobuf
//:
protoc
",
use_grpc_plugin=False,
**kargs):
"""
Bazel
rule
to
create
a
Python
protobuf
library
from
proto
source
files
...
...
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