|
UsingWebKitGit
Using WebKit from Git with Chrome
If you clone git.webkit.org into third_party/WebKit, you can use Git within your Chrome tree to work on WebKit. Setuphttp://trac.webkit.org/wiki/UsingGitWithWebKit describes git checkout steps for WebKit.
UpdatingWhenever you run gclient sync, also run tools/sync-webkit-git.py and follow its instructions. FAQQ. Why not add this functionality to gclient itself? A. DEPS actually specifies to only pull some subdirectories of third_party/WebKit. So even if gclient supported git, we'd still need to special-case WebKit. |