diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 17:40:53 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 17:40:53 +0000 |
commit | 8e7ca37ada1ac495ab24df9ae2cd762a33397826 (patch) | |
tree | 6c8084bc8c3f7d7cc23e883787e62bca20e6e5eb /tools/sync-webkit-git.py | |
parent | 16eac0a7d080cf9868ed7655e0bb18fa4aae69b5 (diff) | |
download | chromium_src-8e7ca37ada1ac495ab24df9ae2cd762a33397826.zip chromium_src-8e7ca37ada1ac495ab24df9ae2cd762a33397826.tar.gz chromium_src-8e7ca37ada1ac495ab24df9ae2cd762a33397826.tar.bz2 |
sync-webkit-git: add more docs on a gclient tweak
Review URL: http://codereview.chromium.org/203030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/sync-webkit-git.py')
-rwxr-xr-x | tools/sync-webkit-git.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/sync-webkit-git.py b/tools/sync-webkit-git.py index 469d82b..5e41116 100755 --- a/tools/sync-webkit-git.py +++ b/tools/sync-webkit-git.py @@ -11,7 +11,12 @@ we can use git commands to make it match the version requested by DEPS. To use this: 1) rm -rf third_party/WebKit 2) git clone git://git.webkit.org/WebKit.git third_party/WebKit -3) run ./tools/sync-webkit-git.py now, and again whenever you run gclient +3) edit your .gclient "custom_deps" section to exclude components underneath + third_party/WebKit: + "src/third_party/WebKit/LayoutTests": None, + "src/third_party/WebKit/JavaScriptCore": None, + "src/third_party/WebKit/WebCore": None, +4) run ./tools/sync-webkit-git.py now, and again whenever you run gclient sync. FAQ: |