https://github.com/tarc/cross-chromium
Trying get chromium cross compile on windows
https://github.com/tarc/cross-chromium
Last synced: 19 days ago
JSON representation
Trying get chromium cross compile on windows
- Host: GitHub
- URL: https://github.com/tarc/cross-chromium
- Owner: tarc
- Created: 2015-08-29T21:45:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T20:54:09.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T08:51:07.553Z (4 months ago)
- Language: Python
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cross-chromium
To checkout instead of just cloning, prefer the following:
mkdir cross-chromium
cd cross-chromium
gclient config --name src https://github.com/tarc/cross-chromium.git@master
gclient sync --no-historyThe `--no-history` options tells `gclient sync` to perform a shallow clone of the required repositories - that is, call `git clone` with `--depth=1`. It's possible aftwards to deepen these clones with:
git fetch --unshallow