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
343f93fc
Commit
343f93fc
authored
Oct 21, 2015
by
Jisi Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #900 from pherl/rename
Rename python and java bazel rules.
parents
96da4edd
166e9bbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BUILD
BUILD
+4
-4
No files found.
BUILD
View file @
343f93fc
...
...
@@ -457,7 +457,7 @@ genrule(
)
java_library(
name = "
java_proto
",
name = "
protobuf_java
",
srcs = glob([
"java/src/main/java/com/google/protobuf/*.java",
]) + [
...
...
@@ -503,7 +503,7 @@ internal_copied_filegroup(
)
py_proto_library(
name = "p
ython_proto
",
name = "p
rotobuf_python
",
srcs = WELL_KNOWN_PROTOS,
include = "src",
protoc = ":protoc",
...
...
@@ -527,7 +527,7 @@ py_proto_library(
srcs = LITE_TEST_PROTOS + TEST_PROTOS,
include = "src",
protoc = ":protoc",
deps = [":p
ython_proto
"],
deps = [":p
rotobuf_python
"],
)
py_proto_library(
...
...
@@ -543,7 +543,7 @@ py_library(
srcs = [":python_test_srcs"],
deps = [
":python_common_test_protos",
":p
ython_proto
",
":p
rotobuf_python
",
":python_specific_test_protos",
],
)
...
...
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