forked from Samsung/escargot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
26 lines (26 loc) · 862 Bytes
/
.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
[submodule "third_party/GCutil"]
path = third_party/GCutil
url = https://github.com/Samsung/gcutil.git
ignore = untracked
[submodule "third_party/windows/icu"]
path = third_party/windows/icu
url = https://github.com/Samsung/icu.git
ignore = untracked
[submodule "test/vendortest"]
path = test/vendortest
url = https://github.com/Samsung/js_vendor_tc.git
ignore = untracked
[submodule "test/test262"]
path = test/test262
url = https://github.com/tc39/test262.git
ignore = untracked
[submodule "test/octane"]
path = test/octane
url = https://github.com/chromium/octane.git
ignore = untracked
[submodule "test/kangax"]
path = test/kangax
url = https://github.com/kangax/compat-table.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git