- 追加された行はこの色です。
- 削除された行はこの色です。
- Chromium へ行く。
TITLE:Chromium: behind the Google Chrome browser and Google Chrome OS
- The Chromium Projects
-- http://www.chromium.org/
--- http://www.chromium.org/Home Chromium
--- http://www.chromium.org/chromium-os Chromium OS
- http://blog.chromium.org/
- https://www.chromium.org/developers/core-principles
* git [#a6be7589]
- http://git.chromium.org/gitweb/?p=chromium/chromium.git
- http://git.chromium.org/gitweb/?p=external/Webkit.git
* build [#jc3302e0]
- How to build Blink/Chromium on MacOSX (as of Jan 8, 2015)
-- https://gist.github.com/nhiroki/814230e072da46fd5ca5
mkdir chromium ; cd chromium
git clone https://chromium.googlesource.com/chromium/tools/depot_tools
export PATH=$PATH:`pwd`/depot_tools
fetch blink
cd src
./build/install-build-deps.sh # Linux の場合だけ
./build/gyp_chromium -Dcomponent=shared_library
ninja -C out/Debug # 性能高いPCなら -j つけよう。
* 関連 [#rel]
- [[Chrome]] - [[Blink]]
- [[WebAudio]]
- [[V8]]