Commit 68593e0b authored by prasadv's avatar prasadv Committed by Commit bot

Use new gclient config to pull V8 bleeding edge revisions.

BUG=422386
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#299190}
parent 4db467da
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment