diff options
Diffstat (limited to 'tools/auto_bisect/bisect_utils.py')
-rw-r--r-- | tools/auto_bisect/bisect_utils.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py index 59bbce9..da8b04b 100644 --- a/tools/auto_bisect/bisect_utils.py +++ b/tools/auto_bisect/bisect_utils.py @@ -60,7 +60,9 @@ GCLIENT_SPEC_DATA = [ }, ] GCLIENT_SPEC_ANDROID = "\ntarget_os = ['android']" -GCLIENT_CUSTOM_DEPS_V8 = {'src/v8_bleeding_edge': 'git://github.com/v8/v8.git'} +GCLIENT_CUSTOM_DEPS_V8 = { + 'src/v8_bleeding_edge': 'https://chromium.googlesource.com/v8/v8.git' +} FILE_DEPS_GIT = '.DEPS.git' FILE_DEPS = 'DEPS' |