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.
- Host: GitHub
- URL: https://github.com/mateuszkubuszok/libchromescript
- Owner: MateuszKubuszok
- Created: 2015-02-24T07:46:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T22:01:45.000Z (about 10 years ago)
- Last Synced: 2023-04-07T02:31:30.053Z (about 2 years 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.