Share same native bindings code on both renderer and browser.

This commit is contained in:
Cheng Zhao 2013-04-21 14:53:26 +08:00
parent 993cf1cc61
commit 5948bff23f
16 changed files with 206 additions and 122 deletions

View file

@ -596,4 +596,4 @@ void Window::Initialize(v8::Handle<v8::Object> target) {
} // namespace atom
NODE_MODULE(atom_api_window, atom::api::Window::Initialize)
NODE_MODULE(atom_browser_window, atom::api::Window::Initialize)