This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path.gitmodules
73 lines (72 loc) · 2.63 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
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
# TODO: Send patches to remove the need for ignore.
[submodule "third_party/gflags/src"]
path = third_party/gflags/src
url = https://github.com/gflags/gflags.git
[submodule "v8"]
path = v8
url = https://chromium.googlesource.com/v8/v8.git
[submodule "build"]
path = build
url = https://chromium.googlesource.com/chromium/src/build.git
[submodule "testing"]
path = testing
url = https://chromium.googlesource.com/chromium/src/testing
[submodule "third_party/boringssl/src"]
path = third_party/boringssl/src
url = https://boringssl.googlesource.com/boringssl
ignore = dirty
[submodule "third_party/curl/src"]
path = third_party/curl/src
url = https://github.com/curl/curl.git
[submodule "third_party/doxygen/src"]
path = third_party/doxygen/src
url = https://github.com/doxygen/doxygen.git
[submodule "third_party/ffmpeg/src"]
path = third_party/ffmpeg/src
url = https://github.com/FFmpeg/FFmpeg.git
[submodule "third_party/glog/src"]
path = third_party/glog/src
url = https://github.com/google/glog.git
[submodule "third_party/googletest/src"]
path = third_party/googletest/src
url = https://chromium.googlesource.com/external/github.com/google/googletest.git
[submodule "third_party/icu"]
path = third_party/icu
url = https://chromium.googlesource.com/chromium/deps/icu.git
[submodule "third_party/jinja2"]
path = third_party/jinja2
url = https://chromium.googlesource.com/chromium/src/third_party/jinja2.git
ignore = dirty
[submodule "third_party/libxml/src"]
path = third_party/libxml/src
url = https://gitlab.gnome.org/GNOME/libxml2.git
ignore = dirty
[submodule "third_party/markupsafe"]
path = third_party/markupsafe
url = https://chromium.googlesource.com/chromium/src/third_party/markupsafe.git
ignore = dirty
[submodule "third_party/protobuf/src"]
path = third_party/protobuf/src
url = https://github.com/google/protobuf.git
[submodule "third_party/pymake/src"]
path = third_party/pymake/src
url = https://github.com/mozilla/pymake.git
[submodule "third_party/sdl2/src"]
path = third_party/sdl2/src
url = https://github.com/SDL-mirror/SDL
[submodule "third_party/zlib/src"]
path = third_party/zlib/src
url = https://github.com/madler/zlib.git
[submodule "tools/clang"]
path = tools/clang
url = https://chromium.googlesource.com/chromium/src/tools/clang.git
ignore = dirty
[submodule "base/trace_event/common"]
path = base/trace_event/common
url = https://chromium.googlesource.com/chromium/src/base/trace_event/common.git
[submodule "third_party/styleguide/src"]
path = third_party/styleguide/src
url = https://github.com/google/styleguide
[submodule "third_party/ply/src"]
path = third_party/ply/src
url = https://github.com/dabeaz/ply