2014-04-15 07:04:36 +04:00
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
'native_mate_files': [
|
|
|
|
'native_mate/arguments.cc',
|
|
|
|
'native_mate/arguments.h',
|
|
|
|
'native_mate/compat.h',
|
2014-04-15 11:30:46 +04:00
|
|
|
'native_mate/constructor.h',
|
2014-04-15 07:04:36 +04:00
|
|
|
'native_mate/converter.cc',
|
|
|
|
'native_mate/converter.h',
|
|
|
|
'native_mate/dictionary.cc',
|
|
|
|
'native_mate/dictionary.h',
|
|
|
|
'native_mate/function_template.cc',
|
|
|
|
'native_mate/function_template.h',
|
|
|
|
'native_mate/handle.h',
|
|
|
|
'native_mate/object_template_builder.cc',
|
|
|
|
'native_mate/object_template_builder.h',
|
2014-09-09 10:12:59 +04:00
|
|
|
'native_mate/persistent_dictionary.cc',
|
|
|
|
'native_mate/persistent_dictionary.h',
|
2014-04-15 07:04:36 +04:00
|
|
|
'native_mate/scoped_persistent.h',
|
|
|
|
'native_mate/try_catch.cc',
|
|
|
|
'native_mate/try_catch.h',
|
|
|
|
'native_mate/wrappable.cc',
|
|
|
|
'native_mate/wrappable.h',
|
2016-08-02 11:01:19 +03:00
|
|
|
'native_mate/wrappable_base.h',
|
2014-04-15 07:04:36 +04:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|