googleapis/.gitmodules
makdharma e15b9f0790 Grpc bazel build support (#273)
* WORKSPACE and BUILD for bazel support

* added google/protobuf BUILD file and protos

* more cleanup

* added bazel support to readme

* removed local copy of .bzl files

Using the grpc's bzl files
Cleaned up WORKSPACE
Formated BUILD files

* removed local copy of google/protobuf

Modified grpc skylark files to use protobuf submodule's
copies of the well known protos.
2017-03-09 13:44:29 -08:00

12 lines
443 B
Text

[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/makdharma/zlib
[submodule "third_party/boringssl-with-bazel"]
path = third_party/boringssl-with-bazel
url = https://boringssl.googlesource.com/boringssl
[submodule "third_party/nanopb"]
path = third_party/nanopb
url = https://github.com/nanopb/nanopb