Re: [v8-users] Building v8 with gn.

2016-10-02 Thread Jane Chen
I figured out how to build with gyp now. Would still be nice to know how to link libv8_libplatform.lib and libv8_libbase.lib with the gn approach. Thanks. On Sunday, October 2, 2016 at 3:12:02 PM UTC-7, Jane Chen wrote: > > I specified "is_component_build=true" on 5.3-lkgr. I do get libv8.so,

Re: [v8-users] Building v8 with gn.

2016-10-02 Thread Jane Chen
I specified "is_component_build=true" on 5.3-lkgr. I do get libv8.so, but I don't get libv8_libplatform.a or libv8_libbase.a. This is not a problem for me on Linux, since I could still build with gyp. But on Windows, I only seem to be able to build using gn now, and I need a way to generate

Re: [v8-users] Building v8 with gn.

2016-09-22 Thread Jochen Eisinger
On Thu, Sep 22, 2016 at 1:22 AM Jane Chen wrote: > Trying to build v8 5.3-lkgr with gn for embedding use. > > When I build with GYP, I need to set "-Dv8_use_external_startup_data=0". > Is there an equivalent setting flag for gn? > the equivalent gn setting is