Open
Description
I'm trying to find a way for us to auto sync V8 dependencies without needing to manually list them and without having to manually parse the DEPS file. One idea I had is to add depot_tools as a dependency to git node v8
(which the user can specify a path or we can download if not specified) and then use fetch
/gclient sync
to ensure dependencies are sync'ed.
The main reason I'm looking into this is that I'm looking into the idea of "hybrid builds" where we build V8 with GN (or use GN to generate gyp
/cmake
files), and for this to work without Node.js collaborators having to install depot_tools
, we need to make sure all dependencies are fetched, including build
and build_tools
(see all submodules on rusty_v8).
Metadata
Metadata
Assignees
Labels
No labels