aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
Commit message (Collapse)AuthorAgeFilesLines
* Python bazel support.Jisi Liu2015-10-191-5/+94
|
* Allow include to be None.Jisi Liu2015-10-191-2/+8
| | | | | | | | | | This enables the use case where all the paths are relative to the workspace root, e.g. foo/bar/BUILD /foo.proto -- package foo.bar would generate the message correctly.
* Change prefix to include, and add docsJisi Liu2015-10-161-10/+27
|
* Rename deps/proto_deps to cc_libs/depsJisi Liu2015-10-161-8/+6
|
* style/naming fixJisi Liu2015-10-151-9/+11
|
* make cc_out and py_out internal.Jisi Liu2015-10-141-3/+3
|
* Format code.Jisi Liu2015-10-141-34/+34
|
* buildifier the fileJisi Liu2015-10-141-11/+14
|
* Extract protoc action into .bzl for cc.Jisi Liu2015-10-141-0/+107
This is needed to support python bazel build.