Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 870 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 870 Bytes

Readium-Chromium

modified Chromium to use Readium-WebKit.

This repository based on Chromium 18 branch.

http://src.chromium.org/svn/branches/1025/src @121524

How to get source

gclient config ssh://[email protected]/readium/Readium-Chromium.git --name src

gclient sync

How to build

Please follow chromium instruction.

http://www.chromium.org/Home

How to contribute

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