Using Blink as a HTML/CSS renderer without JS

213 views
Skip to first unread message

강동윤

unread,
Feb 15, 2024, 2:37:00 PMFeb 15
to Chromium-dev
I want to create an embeddable HTML/CSS renderer without v8 and small in binary size.
I don't know well about chromium, so I want to ask if using Blink in my case is a good idea.

Additionally, I cloned the source code of Blink, but `gn gen out/my_build` fails with 

gn.py: Could not find checkout in any parent of the current path.
This must be run inside a checkout.

So do I need to clone chromium if I want to build Blink as a (prebuilt) dynamic library?

Stefan Zager

unread,
Feb 15, 2024, 11:57:11 PMFeb 15
to kdy.19...@gmail.com, Chromium-dev
Yes, you need to clone the full chromium repository and also a bunch of other repositories to build blink. You can't build blink without V8.

Note that blink does not have a stable interface for embedding, you will discover that it's pretty difficult to use it without chromium. The content/ layer is the recommended and supported embedding interface.


--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/7d680626-47ac-4cdb-8ac6-ecdbbb6fc9ecn%40chromium.org.
Reply all
Reply to author
Forward
0 new messages