native_mate_files.gypi 806 B

1234567891011121314151617181920212223242526
  1. {
  2. 'variables': {
  3. 'native_mate_files': [
  4. 'native_mate/arguments.cc',
  5. 'native_mate/arguments.h',
  6. 'native_mate/constructor.h',
  7. 'native_mate/converter.cc',
  8. 'native_mate/converter.h',
  9. 'native_mate/dictionary.cc',
  10. 'native_mate/dictionary.h',
  11. 'native_mate/function_template.cc',
  12. 'native_mate/function_template.h',
  13. 'native_mate/handle.h',
  14. 'native_mate/object_template_builder.cc',
  15. 'native_mate/object_template_builder.h',
  16. 'native_mate/persistent_dictionary.cc',
  17. 'native_mate/persistent_dictionary.h',
  18. 'native_mate/scoped_persistent.h',
  19. 'native_mate/wrappable.cc',
  20. 'native_mate/wrappable.h',
  21. 'native_mate/wrappable_base.h',
  22. 'native_mate/promise.h',
  23. 'native_mate/promise.cc',
  24. ],
  25. },
  26. }