-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
21 lines (21 loc) · 931 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "testing"]
path = testing
url = https://chromium.googlesource.com/chromium/src/testing
[submodule "third_party/googletest/src"]
path = third_party/googletest/src
url = https://github.com/google/googletest
[submodule "tools/gn"]
path = tools/gn
url = https://github.com/yue/gn
[submodule "third_party/libc++/src"]
path = third_party/libc++/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx
[submodule "third_party/libc++abi/src"]
path = third_party/libc++abi/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi
[submodule "third_party/libunwind/src"]
path = third_party/libunwind/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind
[submodule "third_party/llvm-libc/src"]
path = third_party/llvm-libc/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc