xref: /third_party/node/deps/ada/ada.gyp (revision 1cb0ef41)
1{
2  'variables': {
3    'v8_enable_i18n_support%': 1,
4    'ada_sources': [ 'ada.cpp' ],
5  },
6  'targets': [
7    {
8      'target_name': 'ada',
9      'type': 'static_library',
10      'include_dirs': ['.'],
11      'direct_dependent_settings': {
12        'include_dirs': ['.'],
13      },
14      'sources': [ '<@(ada_sources)' ]
15    },
16  ]
17}
18