Tests package for mini_chromium library
mini_chromium
This is mini_chromium, a small collection of useful low-level (“base”) routines
from the Chromium open-source project. Chromium
is large, sprawling, full of dependencies, and a web browser. mini_chromium is
small, self-contained, and a library. mini_chromium is especially useful as a
dependency of other code that wishes to use Chromium’s base routines. By using
mini_chromium, other projects’ code can function in a standalone environment
outside of Chromium without having to treat all of Chromium as a dependency.
When building as part of Chromium, those projects’ code can use Chromium’s own
(non-mini_chromium) base implementation.
Reviews