Trimmed Chromium's base library, just add base.gyp:base
to your gyp file to use them.
$ cd chromium-base
$ gyp --depth=. base.gyp -I src/build/common.gypi
$ ninja -C out/Debug
Trimmed Chromium base library, based on zcbenz/base-minimal and mini_chromium, but with more useful stuff. Currently works under linux and windows only.
C++BSD-3-Clause