forked from Samsung/escargot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.3 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.3 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
[submodule "third_party/GCutil"]
path = third_party/GCutil
url = https://github.com/pando-project/gcutil.git
[submodule "third_party/checked_arithmetic"]
path = third_party/checked_arithmetic
url = https://github.com/pando-submodules/checked_arithmetic.git
[submodule "third_party/double_conversion"]
path = third_party/double_conversion
url = https://github.com/pando-submodules/double_conversion.git
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/pando-submodules/rapidjson.git
[submodule "third_party/yarr"]
path = third_party/yarr
url = https://github.com/pando-submodules/yarr.git
[submodule "third_party/windows/icu"]
path = third_party/windows/icu
url = https://github.com/pando-submodules/icu.git
[submodule "test/vendortest"]
path = test/vendortest
url = https://github.com/pando-tests/js_vendor_tc.git
[submodule "test/test262"]
path = test/test262
url = https://github.com/tc39/test262.git
[submodule "test/test262-master"]
path = test/test262-master
url = https://github.com/tc39/test262.git
[submodule "test/test262-harness-py"]
path = test/test262-harness-py
url = https://github.com/test262-utils/test262-harness-py
[submodule "test/octane"]
path = test/octane
url = https://github.com/chromium/octane.git