Merge pull request #65 from atom/custom-protocol

Support custom protocols
This commit is contained in:
Cheng Zhao 2013-09-04 03:33:09 -07:00
commit 3b7dd85d3f
25 changed files with 1184 additions and 24 deletions

View file

@ -16,6 +16,7 @@ NODE_EXT_LIST_ITEM(atom_browser_dialog)
NODE_EXT_LIST_ITEM(atom_browser_ipc)
NODE_EXT_LIST_ITEM(atom_browser_menu)
NODE_EXT_LIST_ITEM(atom_browser_power_monitor)
NODE_EXT_LIST_ITEM(atom_browser_protocol)
NODE_EXT_LIST_ITEM(atom_browser_window)
// Module names start with `atom_renderer_` can only be used by renderer