Take a look at the test_shell project in the chromium repository. That provides simpler, single-process implementations of the webkit interfaces.
As for minimizing what you pull from chromium, take a look at the DEPS file in WebKit/chromium to see which subdirectories are actually needed from Chromium.
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>
I am currently trying to use Chromium Embedded Framework, however the
binary releases do not ship with the debug PDB files, making debugging
internal errors difficult.
I found a discussion in another group
thread saying that test_shell was not as efficient as Chromium itself.
If this is the case, is there another way to utilize the public API?
Chromium Developers mailing list: chromi...@chromium.org