blob: 3bb1140fc990cff7d913a939aa4fc8d036401f19 [file] [log] [blame]
use_relative_paths = True
vars = {
'google_git': 'https://github.com/google',
'khronos_git': 'https://github.com/KhronosGroup',
'effcee_revision' : '98980e2b785403b5f43c23ed5a81e1a22e7297e8',
'glslang_revision': 'b0ada80356ca7b560c600b93a596af1331442542',
'googletest_revision': '8b4817e3df3746a20502a84580f661ac448821be',
're2_revision': '85c014206aee9bc1730dc416b33609974ae3ff5f',
'spirv_headers_revision': '204cd131c42b90d129073719f2766293ce35c081',
'spirv_tools_revision': '323a81fc5e30e43a04e5e22af4cba98ca2a161e6',
'spirv_cross_revision': 'f9818f0804e6e73ec8afcc523b7e7f8bfc362632',
}
deps = {
'third_party/effcee': Var('google_git') + '/effcee.git@' +
Var('effcee_revision'),
'third_party/googletest': Var('google_git') + '/googletest.git@' +
Var('googletest_revision'),
'third_party/glslang': Var('khronos_git') + '/glslang.git@' +
Var('glslang_revision'),
'third_party/re2': Var('google_git') + '/re2.git@' +
Var('re2_revision'),
'third_party/spirv-headers': Var('khronos_git') + '/SPIRV-Headers.git@' +
Var('spirv_headers_revision'),
'third_party/spirv-tools': Var('khronos_git') + '/SPIRV-Tools.git@' +
Var('spirv_tools_revision'),
'third_party/spirv-cross': Var('khronos_git') + '/SPIRV-Cross.git@' +
Var('spirv_cross_revision'),
}