rename back to expected values
This commit is contained in:
parent
ea4a497442
commit
daa64e21f6
22 changed files with 20 additions and 23 deletions
|
@ -1,26 +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',
|
||||
'native_mate/arguments.cc',
|
||||
'native_mate/arguments.h',
|
||||
'native_mate/constructor.h',
|
||||
'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',
|
||||
'native_mate/persistent_dictionary.cc',
|
||||
'native_mate/persistent_dictionary.h',
|
||||
'native_mate/scoped_persistent.h',
|
||||
'native_mate/wrappable.cc',
|
||||
'native_mate/wrappable.h',
|
||||
'native_mate/wrappable_base.h',
|
||||
'native_mate/promise.h',
|
||||
'native_mate/promise.cc',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue