-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
84 lines (84 loc) · 3.61 KB
/
.gitmodules
File metadata and controls
84 lines (84 loc) · 3.61 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[submodule "buildtools"]
path = buildtools
url = https://chromium.googlesource.com/chromium/buildtools.git
[submodule "build"]
path = build
url = https://chromium.googlesource.com/chromium/src/build.git
[submodule "base"]
path = base
url = https://chromium.googlesource.com/chromium/src/base.git
[submodule "net"]
path = net
url = https://chromium.googlesource.com/chromium/src/net.git
[submodule "testing/gmock"]
path = testing/gmock
url = https://chromium.googlesource.com/external/googlemock.git
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://chromium.googlesource.com/chromium/src/third_party/zlib.git
[submodule "third_party/sqlite"]
path = third_party/sqlite
url = https://chromium.googlesource.com/chromium/src/third_party/sqlite.git
[submodule "third_party/android_tools"]
path = third_party/android_tools
url = https://chromium.googlesource.com/android_tools.git
[submodule "third_party/junit"]
path = third_party/junit
url = https://chromium.googlesource.com/external/webrtc/deps/third_party/junit
[submodule "third_party/colorama/src"]
path = third_party/colorama/src
url = https://chromium.googlesource.com/external/colorama.git
[submodule "third_party/icu"]
path = third_party/icu
url = https://chromium.googlesource.com/chromium/deps/icu.git
[submodule "third_party/jsr-305/src"]
path = third_party/jsr-305/src
url = https://chromium.googlesource.com/external/jsr-305.git
[submodule "third_party/libc++/trunk"]
path = third_party/libc++/trunk
url = https://chromium.googlesource.com/chromium/llvm-project/libcxx.git
[submodule "third_party/libc++abi/trunk"]
path = third_party/libc++abi/trunk
url = https://chromium.googlesource.com/chromium/llvm-project/libcxxabi.git
[submodule "third_party/libjpeg_turbo"]
path = third_party/libjpeg_turbo
url = https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git
[submodule "third_party/libsrtp"]
path = third_party/libsrtp
url = https://chromium.googlesource.com/chromium/deps/libsrtp.git
[submodule "third_party/libvpx"]
path = third_party/libvpx
url = https://chromium.googlesource.com/chromium/deps/libvpx.git
[submodule "third_party/libyuv"]
path = third_party/libyuv
url = https://chromium.googlesource.com/external/libyuv.git
[submodule "third_party/openmax_dl"]
path = third_party/openmax_dl
url = https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax.git
[submodule "third_party/opus/src"]
path = third_party/opus/src
url = https://chromium.googlesource.com/chromium/deps/opus.git
[submodule "third_party/usrsctp/usrsctplib"]
path = third_party/usrsctp/usrsctplib
url = https://chromium.googlesource.com/external/usrsctplib.git
[submodule "third_party/yasm/source/patched-yasm"]
path = third_party/yasm/source/patched-yasm
url = https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git
[submodule "third_party/boringssl/src"]
path = third_party/boringssl/src
url = https://boringssl.googlesource.com/boringssl.git
[submodule "tools/gyp"]
path = tools/gyp
url = https://chromium.googlesource.com/external/gyp.git
[submodule "tools/swarming_client"]
path = tools/swarming_client
url = https://chromium.googlesource.com/external/swarming.client.git
[submodule "third_party/jsoncpp/source/include"]
path = third_party/jsoncpp/source/include
url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include.git
[submodule "third_party/jsoncpp/source/src/lib_json"]
path = third_party/jsoncpp/source/src/lib_json
url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib_json.git
[submodule "testing/gtest"]
path = testing/gtest
url = https://chromium.googlesource.com/external/googletest.git