On Sat, Nov 22, 2008 at 11:17 AM, Daniel <[EMAIL PROTECTED]> wrote: > Basically, I'd like to create a build of chromium that has all the > bells and whistles removed, but still keeps all the core > functionality. > Does such a build configuration already exist somewhere? If not, any > advice on starting?
I suggest looking at the "test_shell" application, which is something like what you're asking for (Chromium's port of WebKit as a rendering engine, but very bare-bones wrapper UI). test_shell lacks the multiprocess and sandboxing elements of Chromium, but it may make it clear how you could write a simple browser UI shell around the engine. PK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
