Add web-view module.

This commit is contained in:
Cheng Zhao 2014-06-16 14:27:57 +08:00
parent 386ef9197c
commit accfabf569
5 changed files with 117 additions and 0 deletions

View file

@ -21,6 +21,7 @@ NODE_EXT_LIST_ITEM(atom_browser_window)
// Module names start with `atom_renderer_` can only be used by renderer
// process.
NODE_EXT_LIST_ITEM(atom_renderer_ipc)
NODE_EXT_LIST_ITEM(atom_renderer_web_view)
// Module names start with `atom_common_` can be used by both browser and
// renderer processes.