Seems like using CEF is probably your best bet. Christian
On Thu, Mar 14, 2024 at 10:53 PM Hirokazu Kosako <[email protected]> wrote: > > Sorry for distubing you. > I want to use blink as a part of SVG renderer. > In such case, should I use chromium or CEF? > > Kosako > 2024年3月15日金曜日 0:06:15 UTC+9 Christian Biesinger: >> >> You can't really build blink on its own, it's only meant to be built >> as part of Chromium. >> >> Also that repository is 8 years old, current work is happening in the >> Chromium repository >> (https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/) >> >> Christian >> >> On Thu, Mar 14, 2024 at 11:03 AM Hirokazu Kosako <[email protected]> wrote: >> > >> > Hello all, >> > >> > Could you let me know how to configure ".gn" and "buildconfig.gn" for >> > Blink? >> > >> > I'm trying to build the following sourcecode. >> > "git clone https://chromium.googlesource.com/chromium/blink" >> > >> > And, I'm facing problem to build above, because I really new to >> > configure ".gn" and "buildconfig.gn." >> > >> > Regards, >> > >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "blink-dev" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > To view this discussion on the web visit >> > https://groups.google.com/a/chromium.org/d/msgid/blink-dev/75a2ce45-1dbe-4398-83ef-3d9f2ff5568en%40chromium.org. -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPTJ0XFd0azSirCNp0D4Lry%2BQnxBi7KWiHczoZaLE9_tvWb55Q%40mail.gmail.com.
