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: 5 months ago
JSON representation
Script that fetch, configure and build Chromium base (libchrome) library instead of whole Chromium.
- Host: GitHub
- URL: https://github.com/mateuszkubuszok/libchromescript
- Owner: MateuszKubuszok
- Archived: true
- Created: 2015-02-24T07:46:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T22:01:45.000Z (over 10 years ago)
- Last Synced: 2025-03-15T03:16:37.535Z (9 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.