rectify issues

pull/10644/head
Mahak Mukhi 8 years ago
parent bcf0eb6126
commit 13d85d499a
  1. 7
      .gitmodules
  2. 1
      third_party/googletest
  3. 1
      third_party/protobuf

7
.gitmodules vendored

@ -1,9 +1,16 @@
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = 3.0.x
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/boringssl"]
path = third_party/boringssl
url = https://github.com/google/boringssl.git

@ -0,0 +1 @@
Subproject commit ec44c6c1675c25b9827aacd08c02433cccde7780

@ -0,0 +1 @@
Subproject commit 4a0dd03e52e09332c8fd0f8f26a8e0ae9f911182
Loading…
Cancel
Save