Index: tools/auto_bisect/bisect_utils.py |
diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py |
index 59bbce941beea14709d8ce966cb5620cc8631189..da8b04b9503cd083d968311aac76dc2bbfd4a61f 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' |