| 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': '08da24ec245a274fea3a128ba50068f163390565', |
| 'glslang_revision': 'dcf1aaa6fd7dc2081f17aa0a4f1590a76473d961', |
| 'googletest_revision': '1d17ea141d2c11b8917d2c7d029f1c4e2b9769b2', |
| 're2_revision': '4a8cee3dd3c3d81b6fe8b867811e193d5819df07', |
| 'spirv_headers_revision': '869266ad9e6050197d87cf0a22aab59abf7ad008', |
| 'spirv_tools_revision': 'a52828d672ab1622c308d0a6fc99630b79561609', |
| } |
| 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'), |
| } |