Add webkit_trunk override in gclient to force bots to use blink for now.

R=cmp@chromium.org
BUG=

Review URL: https://codereview.chromium.org/13489007

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192200 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
iannucci@chromium.org 12 years ago
parent 6b8c91a145
commit 3e8df4bfc9

@ -187,6 +187,13 @@ class DependencySettings(GClientKeywords):
self._custom_vars = custom_vars or {}
self._custom_deps = custom_deps or {}
# TODO(iannucci): Remove this when all masters are correctly substituting
# the new blink url.
if (self._custom_vars.get('webkit_trunk', '') ==
'svn://svn-mirror.golo.chromium.org/webkit-readonly/trunk'):
self._custom_vars['webkit_trunk'] = (
'svn://svn-mirror.golo.chromium.org/blink/trunk')
# Post process the url to remove trailing slashes.
if isinstance(self._url, basestring):
# urls are sometime incorrectly written as proto://host/path/@rev. Replace

Loading…
Cancel
Save