modified Chromium to use Readium-WebKit.
This repository based on Chromium 18 branch.
http://src.chromium.org/svn/branches/1025/src @121524
gclient config ssh://[email protected]/readium/Readium-Chromium.git --name src
gclient sync
Please follow chromium instruction.
If you want to fix our custom chromium, please do following.
- Fork Readium-Chromium on github.
- Fork Readium-WebKit on github.
- Edit DEPS file of your "master" branch like following.
Edit this
"webkit_git": "ssh://[email protected]/readium/Readium-WebKit.git",
like
"webkit_git": "ssh://[email protected]/[your github name]/Readium-WebKit.git",
- Get source
gclient config ssh://[email protected]/[your github name]/Readium-Chromium.git --name src
gclient sync