Add crash reporter module (based on Quincy).

This commit is contained in:
Cheng Zhao 2013-06-01 15:57:37 +08:00
parent 97bc6cfc81
commit cd42fcceb9
5 changed files with 98 additions and 0 deletions

View file

@ -10,6 +10,7 @@ NODE_EXT_LIST_START
// Module names start with `atom_browser_` can only be used by browser process.
NODE_EXT_LIST_ITEM(atom_browser_app)
NODE_EXT_LIST_ITEM(atom_browser_crash_reporter)
NODE_EXT_LIST_ITEM(atom_browser_dialog)
NODE_EXT_LIST_ITEM(atom_browser_ipc)
NODE_EXT_LIST_ITEM(atom_browser_menu)