electron/build
Jeremy Apthorp 59fb4eccb4
chore: [gn] link against debug node when in debug mode (#13490)
This is required on Windows, because in Debug mode, C++ stdlib containers have a different size to when in Release mode, so the code in `node.dll` thought that `node::Environment` was a different size to the code in `electron.exe`, which uh, caused problems.

It should also make debugging through node a bit easier on all platforms.
2018-06-28 14:42:09 -07:00
..
node chore: [gn] link against debug node when in debug mode (#13490) 2018-06-28 14:42:09 -07:00
asar.gni Add GN build 2018-05-10 14:03:02 -07:00
npm-run.py Add GN build 2018-05-10 14:03:02 -07:00
npm.gni Add GN build 2018-05-10 14:03:02 -07:00
run-ninja.py Add GN build 2018-05-10 14:03:02 -07:00