2019-01-21 14:03:30 -05:00
|
|
|
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
2018-06-09 18:32:04 -04:00
|
|
|
solutions = [{
|
2019-02-06 23:43:31 -05:00
|
|
|
'url':
|
2019-02-27 15:37:55 -05:00
|
|
|
'https://chromium.googlesource.com/v8/v8.git@7.4.238',
|
2018-06-09 18:32:04 -04:00
|
|
|
'name': 'v8',
|
|
|
|
'deps_file': 'DEPS',
|
|
|
|
'custom_deps': {
|
2018-11-29 21:50:38 -05:00
|
|
|
'v8/build': None,
|
2018-06-09 18:32:04 -04:00
|
|
|
'v8/third_party/catapult': None,
|
|
|
|
'v8/third_party/colorama/src': None,
|
|
|
|
'v8/testing/gmock': None,
|
|
|
|
'v8/tools/swarming_client': None,
|
2018-10-20 13:20:48 -04:00
|
|
|
'v8/tools/gyp': None,
|
2018-06-09 18:32:04 -04:00
|
|
|
'v8/third_party/instrumented_libraries': None,
|
|
|
|
'v8/third_party/android_tools': None,
|
2018-08-07 02:10:08 -04:00
|
|
|
'v8/third_party/depot_tools': None,
|
2018-06-09 18:32:04 -04:00
|
|
|
'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-07-13 03:24:07 -04:00
|
|
|
}, {
|
|
|
|
'url':
|
|
|
|
'https://chromium.googlesource.com/chromium/tools/depot_tools@40bacee96a94600ad2179d69a8025469d119960f',
|
|
|
|
'name':
|
|
|
|
'depot_tools'
|
2018-06-09 18:32:04 -04:00
|
|
|
}, {
|
|
|
|
'url':
|
2018-06-12 11:41:27 -04:00
|
|
|
'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
|
2018-06-09 18:32:04 -04:00
|
|
|
'name':
|
2018-07-03 04:15:32 -04:00
|
|
|
'zlib'
|
2018-07-01 08:18:49 -04:00
|
|
|
}, {
|
|
|
|
'url':
|
|
|
|
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
|
|
|
|
'name':
|
2018-07-03 04:15:32 -04:00
|
|
|
'cpplint'
|
2018-07-04 14:50:28 -04:00
|
|
|
}, {
|
|
|
|
'url':
|
2018-12-04 16:41:09 -05:00
|
|
|
'https://github.com/google/flatbuffers.git@80d148b1757f0fab9305616d69d876378405843a',
|
2018-07-04 14:50:28 -04:00
|
|
|
'name':
|
2018-07-07 10:37:56 -04:00
|
|
|
'flatbuffers'
|
2018-06-09 18:32:04 -04:00
|
|
|
}]
|