Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / ws / binding.gyp
1 {
2   'targets': [
3     {
4       'target_name': 'validation',
5       'include_dirs': ["<!(node -e \"require('nan')\")"],
6       'cflags': [ '-O3' ],
7       'sources': [ 'src/validation.cc' ]
8     },
9     {
10       'target_name': 'bufferutil',
11       'include_dirs': ["<!(node -e \"require('nan')\")"],
12       'cflags': [ '-O3' ],
13       'sources': [ 'src/bufferutil.cc' ]
14     }
15   ]
16 }