1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 15:39:49 -05:00
denoland-deno/.gclient

44 lines
1.3 KiB
Text
Raw Normal View History

solutions = [{
2018-06-19 12:51:23 +02:00
'url': 'https://chromium.googlesource.com/v8/v8.git@6.8-lkgr',
'name': 'v8',
'deps_file': 'DEPS',
'custom_deps': {
'v8/third_party/catapult': None,
'v8/third_party/colorama/src': None,
'v8/testing/gmock': None,
'v8/tools/swarming_client': None,
'v8/third_party/instrumented_libraries': None,
'v8/third_party/android_tools': None,
'v8/test/wasm-js': None,
'v8/test/benchmarks/data': None,
'v8/test/mozilla/data': None,
'v8/third_party/icu': None,
'v8/test/test262/data': None,
'v8/test/test262/harness': None,
'v8/tools/luci-go': None
}
}, {
2018-06-19 12:54:24 +02:00
'url': 'https://github.com/ry/protobuf_chromium.git',
2018-07-03 17:15:32 +09:00
'name': 'protobuf',
}, {
'url':
2018-06-12 17:41:27 +02:00
'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper@9af82fef8cb9ca3ccc13e2ed958f58f2c21f449b',
'name':
'tools/protoc_wrapper'
}, {
'url':
2018-06-12 17:41:27 +02:00
'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
'name':
2018-07-03 17:15:32 +09:00
'zlib'
2018-07-01 14:18:49 +02:00
}, {
'url':
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
'name':
2018-07-03 17:15:32 +09:00
'cpplint'
2018-06-16 01:43:23 +02:00
}, {
'url':
'https://github.com/rust-lang/libc.git@8a85d662b90c14d458bc4ae9521a05564e20d7ae',
'name':
2018-07-03 17:15:32 +09:00
'rust_crates/libc'
}]