mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix git versions in gclient
This commit is contained in:
parent
7784cc2c15
commit
7d9a43638a
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
solutions = [{
|
||||
'url': 'https://chromium.googlesource.com/v8/v8.git',
|
||||
'url': 'https://chromium.googlesource.com/v8/v8.git@2530a044126ae6a1d3dff0d8c61999762847d9f0',
|
||||
'custom_vars': {
|
||||
'build_for_node': True
|
||||
},
|
||||
|
@ -22,17 +22,17 @@ solutions = [{
|
|||
'v8/tools/luci-go': None
|
||||
}
|
||||
}, {
|
||||
'url': 'https://github.com/ry/protobuf_chromium.git',
|
||||
'url': 'https://github.com/ry/protobuf_chromium.git@e62249df45c2a0a9c38e4017e8ab604020b986c5',
|
||||
'name': 'third_party/protobuf',
|
||||
'deps_file': 'DEPS'
|
||||
}, {
|
||||
'url':
|
||||
'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper',
|
||||
'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper@9af82fef8cb9ca3ccc13e2ed958f58f2c21f449b',
|
||||
'name':
|
||||
'tools/protoc_wrapper'
|
||||
}, {
|
||||
'url':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party/zlib',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
|
||||
'name':
|
||||
'third_party/zlib'
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue