Seperate the API implementation of WebViewManager

This commit is contained in:
Cheng Zhao 2015-02-04 15:39:41 -08:00
parent ea99037f3b
commit 209840871c
4 changed files with 73 additions and 64 deletions

View file

@ -66,6 +66,7 @@ REFERENCE_MODULE(atom_browser_protocol);
REFERENCE_MODULE(atom_browser_global_shortcut);
REFERENCE_MODULE(atom_browser_tray);
REFERENCE_MODULE(atom_browser_web_contents);
REFERENCE_MODULE(atom_browser_web_view_manager);
REFERENCE_MODULE(atom_browser_window);
REFERENCE_MODULE(atom_common_asar);
REFERENCE_MODULE(atom_common_clipboard);