• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  'variables': {
3    'llhttp_sources': [
4      'src/llhttp.c',
5      'src/api.c',
6      'src/http.c',
7    ]
8  },
9  'targets': [
10    {
11      'target_name': 'llhttp',
12      'type': 'static_library',
13      'include_dirs': [ '.', 'include' ],
14      'direct_dependent_settings': {
15        'include_dirs': [ 'include' ],
16      },
17      'sources': [
18        '<@(llhttp_sources)',
19      ],
20    },
21  ]
22}
23