| 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': '1315c900e1ddbb08a23e06eeb9a06450052ccb5e', |
| 'effcee_revision': 'd74d33d93043952a99ae7cd7458baf6bc8df1da0', |
| 'glslang_revision': '467ce01c71e38cf01814c48987a5c0dadd914df4', |
| 'googletest_revision': '1d17ea141d2c11b8917d2c7d029f1c4e2b9769b2', |
| 're2_revision': '4a8cee3dd3c3d81b6fe8b867811e193d5819df07', |
| 'spirv_headers_revision': '2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801', |
| 'spirv_tools_revision': '01c8438ee4ac52c248119b7e03e0b021f853b51a', |
| } |
| |
| 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'), |
| } |