Fix depot_tools download URL (issue #1877)

This commit is contained in:
Marshall Greenblatt 2016-04-26 12:10:20 -04:00
parent 06e73fff15
commit 3c957f9257
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import zipfile
##
depot_tools_url = 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
depot_tools_archive_url = 'https://src.chromium.org/svn/trunk/tools/depot_tools.zip'
depot_tools_archive_url = 'https://storage.googleapis.com/chrome-infra/depot_tools.zip'
cef_git_url = 'https://bitbucket.org/chromiumembedded/cef.git'