Hi,
Is there a target/way to build a minimal content module? I basically need a small footprint (interms of binary size and memory) chromium browser. One another constraint that I have is that I cannot have shared libraries in my environment. The steps that I have taken are..
1) Using the content_shell instead of the whole chromium
2) Building the content_shell statically by removing all the shared library that it uses and link with the corresponding static version.
The issue I face is that the contet_shell binary that I get is huge (~1.5 gig, debug build) and doesnt suite my environment. I just need a content_shell (or any other alternative) which is as light weight as possible.
Does checking out an old version of chromium help (pre multiprocess arch or something)? If so any suggestions on the version ??
Any other suggestions?
Thanks,
Venkat.