Nicolas Noble | ec63b8e | 2014-12-08 16:39:50 -0800 | [diff] [blame] | 1 | [submodule "third_party/zlib"] |
| 2 | path = third_party/zlib |
| 3 | url = https://github.com/madler/zlib |
Christopher Warrington | 8472e40 | 2018-01-25 13:06:25 -0800 | [diff] [blame] | 4 | # 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 Noble | ec63b8e | 2014-12-08 16:39:50 -0800 | [diff] [blame] | 8 | [submodule "third_party/protobuf"] |
| 9 | path = third_party/protobuf |
| 10 | url = https://github.com/google/protobuf.git |
Dalton | 0d8b306 | 2016-09-22 17:14:03 -0700 | [diff] [blame] | 11 | branch = 3.0.x |
Nicolas Noble | 9db8509 | 2014-12-10 14:24:07 -0800 | [diff] [blame] | 12 | [submodule "third_party/gflags"] |
| 13 | path = third_party/gflags |
Tony Han | d448247 | 2015-04-03 14:02:12 +0800 | [diff] [blame] | 14 | url = https://github.com/gflags/gflags.git |
Craig Tiller | 16f6dac | 2015-08-24 17:00:04 -0700 | [diff] [blame] | 15 | [submodule "third_party/googletest"] |
| 16 | path = third_party/googletest |
James Crasta | 2a7df7d | 2015-08-26 15:40:26 -0600 | [diff] [blame] | 17 | url = https://github.com/google/googletest.git |
Craig Tiller | 0fe5ee7 | 2015-12-22 12:50:36 -0800 | [diff] [blame] | 18 | [submodule "third_party/boringssl"] |
| 19 | path = third_party/boringssl |
Craig Tiller | 3d62fc6 | 2016-03-15 09:57:26 -0700 | [diff] [blame] | 20 | url = https://github.com/google/boringssl.git |
David Garcia Quintas | ff31121 | 2016-12-06 16:03:18 -0800 | [diff] [blame] | 21 | [submodule "third_party/benchmark"] |
| 22 | path = third_party/benchmark |
Craig Tiller | d3cd017 | 2016-10-25 17:02:20 -0700 | [diff] [blame] | 23 | url = https://github.com/google/benchmark |
Nicolas "Pixel" Noble | f9445d0 | 2017-01-04 22:46:47 +0100 | [diff] [blame] | 24 | [submodule "third_party/boringssl-with-bazel"] |
| 25 | path = third_party/boringssl-with-bazel |
Mehrdad Afshari | 99e0b4b | 2017-12-27 00:25:37 -0800 | [diff] [blame] | 26 | url = https://github.com/google/boringssl.git |
Yuchen Zeng | 4c702ed | 2017-01-23 10:30:10 -0800 | [diff] [blame] | 27 | [submodule "third_party/cares/cares"] |
| 28 | path = third_party/cares/cares |
| 29 | url = https://github.com/c-ares/c-ares.git |
Yuchen Zeng | c09fd8c | 2017-01-23 17:14:47 -0800 | [diff] [blame] | 30 | branch = cares-1_12_0 |
Craig Tiller | 92a3805 | 2017-10-04 10:49:20 -0700 | [diff] [blame] | 31 | [submodule "third_party/bloaty"] |
| 32 | path = third_party/bloaty |
| 33 | url = https://github.com/google/bloaty.git |
Craig Tiller | b7a8cac | 2017-10-05 09:50:18 -0700 | [diff] [blame] | 34 | [submodule "third_party/abseil-cpp"] |
| 35 | path = third_party/abseil-cpp |
| 36 | url = https://github.com/abseil/abseil-cpp |
Nicolas "Pixel" Noble | cbdf132 | 2018-06-14 00:53:15 +0200 | [diff] [blame] | 37 | [submodule "third_party/libcxxabi"] |
| 38 | path = third_party/libcxxabi |
| 39 | url = https://github.com/llvm-mirror/libcxxabi.git |
| 40 | branch = release_60 |
| 41 | [submodule "third_party/libcxx"] |
| 42 | path = third_party/libcxx |
| 43 | url = https://github.com/llvm-mirror/libcxx.git |
| 44 | branch = release_60 |