mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 08:39:15 -05:00
11 lines
216 B
Text
11 lines
216 B
Text
|
solutions = [
|
||
|
{ "name" : "v8",
|
||
|
"url" : "https://chromium.googlesource.com/v8/v8",
|
||
|
"deps_file" : "DEPS",
|
||
|
"managed" : True,
|
||
|
"custom_deps" : {
|
||
|
},
|
||
|
"custom_vars": {},
|
||
|
},
|
||
|
]
|