summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/vendor/llhttp/src/llhttp.gyp
blob: c7b8800a4f18c4ef5b09117e8c2c9bd84f31a15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  'variables': {
    'llhttp_sources': [
      'src/llhttp.c',
      'src/api.c',
      'src/http.c',
    ]
  },
  'targets': [
    {
      'target_name': 'llhttp',
      'type': 'static_library',
      'include_dirs': [ '.', 'include' ],
      'direct_dependent_settings': {
        'include_dirs': [ 'include' ],
      },
      'sources': [
        '<@(llhttp_sources)',
      ],
    },
  ]
}