1 use_relative_paths = True
4 'github': 'https://github.com',
6 'abseil_revision': '7253ff8f9571cf2877067ce11b984b059a0c53b7',
8 'effcee_revision': '12241cbc30f20730b656db7fd5a3fa36cd420843',
10 'googletest_revision': 'e235eb34c6c4fed790ccdad4b16394301360dcd4',
12 # Use protobufs before they gained the dependency on abseil
13 'protobuf_revision': 'v21.12',
15 're2_revision': '6dcd83d60f7944926bfd308cc13979fc53dd69ca',
17 'spirv_headers_revision': 'e7294a8ebed84f8c5bd3686c68dbe12a4e65b644',
21 'external/abseil_cpp':
22 Var('github') + '/abseil/abseil-cpp.git@' + Var('abseil_revision'),
25 Var('github') + '/google/effcee.git@' + Var('effcee_revision'),
27 'external/googletest':
28 Var('github') + '/google/googletest.git@' + Var('googletest_revision'),
31 Var('github') + '/protocolbuffers/protobuf.git@' + Var('protobuf_revision'),
34 Var('github') + '/google/re2.git@' + Var('re2_revision'),
36 'external/spirv-headers':
37 Var('github') + '/KhronosGroup/SPIRV-Headers.git@' +
38 Var('spirv_headers_revision'),