mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-14 12:42:59 +02:00
* 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.
12 lines
443 B
Text
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
|