• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1use_relative_paths = True
2
3vars = {
4  'github': 'https://github.com',
5
6  'effcee_revision': 'ddf5e2bb92957dc8a12c5392f8495333d6844133',
7  'googletest_revision': '25dcdc7e8bfac8967f20fb2c0a628f5cf442188d',
8  're2_revision': '0c5616df9c0aaa44c9440d87422012423d91c7d1',
9  'spirv_headers_revision': '4995a2f2723c401eb0ea3e10c81298906bf1422b',
10}
11
12deps = {
13  'external/effcee':
14      Var('github') + '/google/effcee.git@' + Var('effcee_revision'),
15
16  'external/googletest':
17      Var('github') + '/google/googletest.git@' + Var('googletest_revision'),
18
19  'external/re2':
20      Var('github') + '/google/re2.git@' + Var('re2_revision'),
21
22  'external/spirv-headers':
23      Var('github') +  '/KhronosGroup/SPIRV-Headers.git@' +
24          Var('spirv_headers_revision'),
25}
26
27