Re: [v8-users] How to build v8 as part of larger project using GN

2020-12-14 Thread Ronald Fenner
The problem I was having was trying to use GN to build my project and have it build v8 as part of that project like chromium. I could build v8 separately and in fact it's what I decided to do and jus package up the libraries and then link against them in the app I'm developing. The problem when

[v8-users] How to build v8 as part of larger project using GN

2020-03-07 Thread Ronald Fenner
I'm using GN to build a project i'm starting on and I'm wondering ow to build v8 as part of it's source. I've got it as a dependency in the DEPS file and paces at the root of the project like it is in chromium. However there seems to be imports that reference gmock, various tools etc that i'd n