prepare for merging to electron

This commit is contained in:
Samuel Attard 2018-06-22 11:29:57 +10:00
parent e15ffd96eb
commit 4cada5e845
30 changed files with 26 additions and 116 deletions

View file

@ -0,0 +1,26 @@
{
'variables': {
'native_mate_files': [
'mate/arguments.cc',
'mate/arguments.h',
'mate/constructor.h',
'mate/converter.cc',
'mate/converter.h',
'mate/dictionary.cc',
'mate/dictionary.h',
'mate/function_template.cc',
'mate/function_template.h',
'mate/handle.h',
'mate/object_template_builder.cc',
'mate/object_template_builder.h',
'mate/persistent_dictionary.cc',
'mate/persistent_dictionary.h',
'mate/scoped_persistent.h',
'mate/wrappable.cc',
'mate/wrappable.h',
'mate/wrappable_base.h',
'mate/promise.h',
'mate/promise.cc',
],
},
}