Move callback converter from native mate to electron

This commit is contained in:
Cheng Zhao 2015-08-07 18:10:19 +08:00
parent 3402871741
commit 2ff104d012
15 changed files with 453 additions and 13 deletions

View file

@ -10,9 +10,9 @@
#include "atom/browser/native_window.h"
#include "atom/browser/ui/file_dialog.h"
#include "atom/browser/ui/message_box.h"
#include "atom/common/native_mate_converters/callback.h"
#include "atom/common/native_mate_converters/file_path_converter.h"
#include "atom/common/native_mate_converters/image_converter.h"
#include "native_mate/callback.h"
#include "native_mate/dictionary.h"
#include "atom/common/node_includes.h"