An open API service indexing awesome lists of open source software.

https://github.com/mateuszkubuszok/libchromescript

Script that fetch, configure and build Chromium base (libchrome) library instead of whole Chromium.
https://github.com/mateuszkubuszok/libchromescript

Last synced: 7 months ago
JSON representation

Script that fetch, configure and build Chromium base (libchrome) library instead of whole Chromium.

Awesome Lists containing this project

README

        

# Minimalist Chromium Base/libChrome builder

Downloads Chromium with several libraries, overrides some settings to avoid
building whole Chromium and generates ninja builders for target `base`.

It might get out of sync with Chromium very quickly but should compile as long
as `base`'s dependencies won't change.

Of course it requires depot_tools installed (or at least ninja)...

## Problems

Make sure to have `git`, `svn` and `depot_tools` installed. In case of Pyton
conflicts set `DepotToolsPython` env variable to your depot tools' Python.