2018-06-06 01:36:50 +00:00
|
|
|
use_relative_paths = True
|
|
|
|
|
|
|
|
vars = {
|
|
|
|
'github': 'https://github.com',
|
|
|
|
|
2019-06-20 18:57:28 +00:00
|
|
|
'effcee_revision': 'b83b58d177b797edd1f94c5f10837f2cc2863f0a',
|
|
|
|
'googletest_revision': '2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c',
|
2019-07-08 19:07:36 +00:00
|
|
|
're2_revision': 'e356bd3f80e0c15c1050323bb5a2d0f8ea4845f4',
|
2019-09-18 20:11:41 +00:00
|
|
|
'spirv_headers_revision': '601d738723ac381741311c6c98c36d6170be14a2',
|
2018-06-06 01:36:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps = {
|
2019-06-20 18:57:28 +00:00
|
|
|
'external/effcee':
|
|
|
|
Var('github') + '/google/effcee.git@' + Var('effcee_revision'),
|
2018-06-06 01:36:50 +00:00
|
|
|
|
|
|
|
'external/googletest':
|
|
|
|
Var('github') + '/google/googletest.git@' + Var('googletest_revision'),
|
|
|
|
|
|
|
|
'external/re2':
|
|
|
|
Var('github') + '/google/re2.git@' + Var('re2_revision'),
|
|
|
|
|
2019-06-20 18:57:28 +00:00
|
|
|
'external/spirv-headers':
|
|
|
|
Var('github') + '/KhronosGroup/SPIRV-Headers.git@' +
|
|
|
|
Var('spirv_headers_revision'),
|
2018-06-06 01:36:50 +00:00
|
|
|
}
|
|
|
|
|