forked from google/nearby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
32 lines (32 loc) · 1.15 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
branch = 3.19.x
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
branch = main
[submodule "third_party/absl"]
path = third_party/absl
url = https://github.com/abseil/abseil-cpp
branch = master
[submodule "third_party/depot_tools"]
path = third_party/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
branch = main
[submodule "third_party/ukey2/ukey2"]
path = third_party/ukey2/ukey2
url = https://github.com/google/ukey2
branch = master
[submodule "third_party/smhasher/smhasher"]
path = third_party/smhasher/smhasher
url = https://github.com/aappleby/smhasher
branch = master
[submodule "third_party/securemessage/securemessage"]
path = third_party/securemessage/securemessage
url = https://github.com/google/securemessage.git
branch = master
[submodule "third_party/google-toolbox-for-mac/google-toolbox-for-mac"]
path = third_party/google-toolbox-for-mac/google-toolbox-for-mac
url = https://github.com/google/google-toolbox-for-mac.git
branch = main