blob: e6b59d8424297a74adc8c560cd91e98ade54a331 [file] [edit]
use_relative_paths = True
vars = {
'abseil_git': 'https://github.com/abseil',
'google_git': 'https://github.com/google',
'khronos_git': 'https://github.com/KhronosGroup',
'abseil_revision': 'dbf88f932096c7f7714356e919f04749eb87c3e9',
'effcee_revision': '910ed15722d5d05c9d71ecf36c1a22243cb79b02',
'glslang_revision': 'c8e5e6ff66a2cb943363acfdde5240a9c24bfb4f',
'googletest_revision': '52eb8108c5bdec04579160ae17225d66034bd723',
're2_revision': '927f5d53caf8111721e734cf24724686bb745f55',
'spirv_headers_revision': '1e770e7de8373a8dd49f23416cf7ca4001d01040',
'spirv_tools_revision': 'aff64c5dfd79937ab28c7affa24b9d1c3438c033',
}
deps = {
'third_party/abseil_cpp':
Var('abseil_git') + '/abseil-cpp.git@' + Var('abseil_revision'),
'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'),
}