aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_build_system.bzl
Commit message (Collapse)AuthorAge
* Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
|\ | | | | Added unit testing support.
* | Avoid duplication in build rules by expanding the grpc_cc_libraries ↵Gravatar Vijay Pai2017-04-21
| | | | | | | | rule-creation macro
* | Changes required to make build possible: create separate ↵Gravatar Vijay Pai2017-04-20
| | | | | | | | grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server
| * 1. Added golden file test.Gravatar Mahak Mukhi2017-04-14
|/ | | | | 2. Added support for mock. 3. Sanity fix.
* changes for picking up well known protosGravatar Makarand Dharmapurikar2017-03-07
| | | | | Add dependency and protoc argument for picking up well known protos from the //third_party/protobuf repo
* Use grpc_build_system.bzl in other projectsGravatar Makarand Dharmapurikar2017-03-02
| | | | | Added //external to grpc deps in case where grpc_build_system.bzl is imported in a project that is using grpc as a dependency.
* Merge remote-tracking branch 'ctiller/bazel' into bazel-take-2Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding shim for generating C++ protos.Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding cc_grpc_library.Gravatar Nicolas "Pixel" Noble2016-10-20