Revision bfd78b69 node.gyp

View differences:

node.gyp
8 8
    'node_use_etw%': 'false',
9 9
    'node_shared_v8%': 'false',
10 10
    'node_shared_zlib%': 'false',
11
    'node_shared_http_parser%': 'false',
11 12
    'node_use_openssl%': 'true',
12 13
    'node_use_systemtap%': 'false',
13 14
    'node_shared_openssl%': 'false',
......
59 60

  
60 61
      'dependencies': [
61 62
        'deps/cares/cares.gyp:cares',
62
        'deps/http_parser/http_parser.gyp:http_parser',
63 63
        'deps/uv/uv.gyp:libuv',
64 64
        'node_js2c#host',
65 65
      ],
......
201 201
          'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ],
202 202
        }],
203 203

  
204
        [ 'node_shared_http_parser=="false"', {
205
          'dependencies': [ 'deps/http_parser/http_parser.gyp:http_parser' ],
206
        }],
207

  
204 208
        [ 'OS=="win"', {
205 209
          'sources': [
206 210
            'src/res/node.rc',

Also available in: Unified diff