| 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': '2ee090f606ace31e07f584b1c1b9ddf4909ce202', |
| 'googletest_revision': '52eb8108c5bdec04579160ae17225d66034bd723', |
| 're2_revision': '927f5d53caf8111721e734cf24724686bb745f55', |
| 'spirv_headers_revision': '942fe4b988359a0750b79f0ae7ed735994d3147d', |
| 'spirv_tools_revision': 'f589ef005c49f6f19c8e78eb5269104ba293beb4', |
| } |
| 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'), |
| } |