Add Clipboard API.

This commit is contained in:
Cheng Zhao 2013-04-30 16:10:25 +08:00
parent a34a63797a
commit 7a2734ed71
5 changed files with 139 additions and 0 deletions

View file

@ -18,6 +18,7 @@ NODE_EXT_LIST_ITEM(atom_renderer_ipc)
// Module names start with `atom_common_` can be used by both browser and
// renderer processes.
NODE_EXT_LIST_ITEM(atom_common_clipboard)
NODE_EXT_LIST_ITEM(atom_common_idle_gc)
NODE_EXT_LIST_ITEM(atom_common_id_weak_map)
NODE_EXT_LIST_ITEM(atom_common_shell)