You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GN build is documented at #51676, which however requires using depot_tools from Chromium for building, and the code of Node must be checked out in a specific directory structure.
To simplify the GN build for developers who don't work with Chromium, there has been an effort to make GN work without depot_tools:
The GN files of V8 hardcodes paths to some dependencies to //third_party/xxx, I need to add args to allow changing them to //node/deps/xxx to fix them.
The GN build is documented at #51676, which however requires using
depot_tools
from Chromium for building, and the code of Node must be checked out in a specific directory structure.To simplify the GN build for developers who don't work with Chromium, there has been an effort to make GN work without
depot_tools
:depot_tools
.There are a few problems left for solving:
depot_tools
, the GN build of V8 requires the following dependencies to exist:The text was updated successfully, but these errors were encountered: