Add power-monitor module, fixes #45.

This commit is contained in:
Cheng Zhao 2013-08-03 15:58:59 +08:00
parent 79870494df
commit 55034be104
6 changed files with 123 additions and 0 deletions

View file

@ -15,6 +15,7 @@ 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)
NODE_EXT_LIST_ITEM(atom_browser_power_monitor)
NODE_EXT_LIST_ITEM(atom_browser_window)
// Module names start with `atom_renderer_` can only be used by renderer