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://git@github.com/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://git@github.com/readium/Readium-WebKit.git",
like
"webkit_git": "ssh://git@github.com/[your github name]/Readium-WebKit.git",
- Get source
gclient config ssh://git@github.com/[your github name]/Readium-Chromium.git --name src
gclient sync