1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
libv8/.gitmodules
ignisf 9eee9157a2 Add submodule dependencies and update v8
Add submodules for icu and Chrome's build tools and bump the v8 version
to 3.27.23.1
2014-06-10 22:59:58 +03:00

12 lines
413 B
Text

[submodule "vendor/v8"]
path = vendor/v8
url = https://github.com/v8/v8.git
[submodule "vendor/gyp"]
path = vendor/gyp
url = https://git.chromium.org/git/external/gyp.git
[submodule "vendor/icu46"]
path = vendor/icu46
url = https://git.chromium.org/git/chromium/third_party/icu46.git
[submodule "vendor/buildtools"]
path = vendor/buildtools
url = https://chromium.googlesource.com/chromium/buildtools.git