1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

Fix git versions in gclient

This commit is contained in:
Ryan Dahl 2018-06-12 17:41:27 +02:00
parent 7784cc2c15
commit 7d9a43638a

View file

@ -1,5 +1,5 @@
solutions = [{ solutions = [{
'url': 'https://chromium.googlesource.com/v8/v8.git', 'url': 'https://chromium.googlesource.com/v8/v8.git@2530a044126ae6a1d3dff0d8c61999762847d9f0',
'custom_vars': { 'custom_vars': {
'build_for_node': True 'build_for_node': True
}, },
@ -22,17 +22,17 @@ solutions = [{
'v8/tools/luci-go': None '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', 'name': 'third_party/protobuf',
'deps_file': 'DEPS' 'deps_file': 'DEPS'
}, { }, {
'url': 'url':
'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper', 'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper@9af82fef8cb9ca3ccc13e2ed958f58f2c21f449b',
'name': 'name':
'tools/protoc_wrapper' 'tools/protoc_wrapper'
}, { }, {
'url': 'url':
'https://chromium.googlesource.com/chromium/src/third_party/zlib', 'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
'name': 'name':
'third_party/zlib' 'third_party/zlib'
}] }]