blob: 52db29be00e64cdace4c19b5298aa1f4a8de848f [file] [log] [blame]
Nicolas Nobleec63b8e2014-12-08 16:39:50 -08001[submodule "third_party/zlib"]
2 path = third_party/zlib
3 url = https://github.com/madler/zlib
Christopher Warrington8472e402018-01-25 13:06:25 -08004 # When using CMake to build, the zlib submodule ends up with a
5 # generated file that makes Git consider the submodule dirty. This
6 # state can be ignored for day-to-day development on gRPC.
7 ignore = dirty
Nicolas Nobleec63b8e2014-12-08 16:39:50 -08008[submodule "third_party/protobuf"]
9 path = third_party/protobuf
10 url = https://github.com/google/protobuf.git
Dalton0d8b3062016-09-22 17:14:03 -070011 branch = 3.0.x
Nicolas Noble9db85092014-12-10 14:24:07 -080012[submodule "third_party/gflags"]
13 path = third_party/gflags
Tony Hand4482472015-04-03 14:02:12 +080014 url = https://github.com/gflags/gflags.git
Craig Tiller16f6dac2015-08-24 17:00:04 -070015[submodule "third_party/googletest"]
16 path = third_party/googletest
James Crasta2a7df7d2015-08-26 15:40:26 -060017 url = https://github.com/google/googletest.git
Craig Tiller0fe5ee72015-12-22 12:50:36 -080018[submodule "third_party/boringssl"]
19 path = third_party/boringssl
Craig Tiller3d62fc62016-03-15 09:57:26 -070020 url = https://github.com/google/boringssl.git
David Garcia Quintasff311212016-12-06 16:03:18 -080021[submodule "third_party/benchmark"]
22 path = third_party/benchmark
Craig Tillerd3cd0172016-10-25 17:02:20 -070023 url = https://github.com/google/benchmark
Nicolas "Pixel" Noblef9445d02017-01-04 22:46:47 +010024[submodule "third_party/boringssl-with-bazel"]
25 path = third_party/boringssl-with-bazel
Mehrdad Afshari99e0b4b2017-12-27 00:25:37 -080026 url = https://github.com/google/boringssl.git
Yuchen Zeng4c702ed2017-01-23 10:30:10 -080027[submodule "third_party/cares/cares"]
28 path = third_party/cares/cares
29 url = https://github.com/c-ares/c-ares.git
Yuchen Zengc09fd8c2017-01-23 17:14:47 -080030 branch = cares-1_12_0
Craig Tiller92a38052017-10-04 10:49:20 -070031[submodule "third_party/bloaty"]
32 path = third_party/bloaty
33 url = https://github.com/google/bloaty.git
Craig Tillerb7a8cac2017-10-05 09:50:18 -070034[submodule "third_party/abseil-cpp"]
35 path = third_party/abseil-cpp
36 url = https://github.com/abseil/abseil-cpp