I checked in tools/sync-webkit-git.py as a stopgap. Description pasted below; let me know if it works/doesn't work for you.
=== Under the assumption third_party/WebKit is a clone of git.webkit.org, 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 sync. FAQ: Q. 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 this. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
