mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
39 lines
1.3 KiB
Python
39 lines
1.3 KiB
Python
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
|
# pylint: disable=line-too-long
|
|
solutions = [
|
|
{
|
|
'url': 'https://chromium.googlesource.com/v8/v8.git@8.0.192',
|
|
'name': 'v8',
|
|
'deps_file': 'DEPS',
|
|
'custom_deps': {
|
|
'v8/build': None,
|
|
'v8/third_party/catapult': None,
|
|
'v8/third_party/colorama/src': None,
|
|
'v8/testing/gmock': None,
|
|
'v8/tools/swarming_client': None,
|
|
'v8/tools/gyp': None,
|
|
'v8/third_party/instrumented_libraries': None,
|
|
'v8/third_party/android_tools': None,
|
|
'v8/third_party/depot_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
|
|
}
|
|
},
|
|
{
|
|
'url':
|
|
'https://chromium.googlesource.com/chromium/tools/depot_tools@23247b99321549c24e62ad45200409419423695d',
|
|
'name':
|
|
'depot_tools'
|
|
},
|
|
{
|
|
'url':
|
|
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
|
|
'name':
|
|
'cpplint'
|
|
}
|
|
]
|