.gitmodules 556 B

12345678910111213141516
  1. [submodule "third_party/zlib"]
  2. path = third_party/zlib
  3. url = https://github.com/madler/zlib
  4. [submodule "third_party/protobuf"]
  5. path = third_party/protobuf
  6. url = https://github.com/google/protobuf.git
  7. branch = 3.0.0-GA
  8. [submodule "third_party/gflags"]
  9. path = third_party/gflags
  10. url = https://github.com/gflags/gflags.git
  11. [submodule "third_party/googletest"]
  12. path = third_party/googletest
  13. url = https://github.com/google/googletest.git
  14. [submodule "third_party/boringssl"]
  15. path = third_party/boringssl
  16. url = https://github.com/google/boringssl.git