/chromium-base

Trimmed Chromium base library, based on zcbenz/base-minimal and mini_chromium, but with more useful stuff. Currently works under linux and windows only.

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

base-minimal

Build Status

Trimmed Chromium's base library, just add base.gyp:base to your gyp file to use them.

To build

$ cd chromium-base
$ gyp --depth=. base.gyp -I src/build/common.gypi
$ ninja -C out/Debug