Source/WebKit/chromium/ Pull in FreeType in the third_party/ directory from a separate git repository at Chromium. This introduces a new prerequisite for checking out the Chromium WebKit port for Android, namely that git needs to be available on the system. gclient can handle this just fine. Since only one git-dependency is required in the case of the Android version, I chose not to create an "chromium_git" variable (similar to "chromium_svn") in order to keep it isolated. Tools/ Decrease the check-out complexity by removing the need to first run "update-webkit-chromium --chromium" prior to running it with "--chromium-android", which was caused by an unversioned third_party/ directory being created. This moves the Android NDK to Source/WebKit/ chromium/, coming from third_party/ in that directory.
Created attachment 119007 [details] Patch
Comment on attachment 119007 [details] Patch Clearing flags on attachment: 119007 Committed r102700: <http://trac.webkit.org/changeset/102700>
All reviewed patches have been landed. Closing bug.