Initialize node in browser process.

This commit is contained in:
Cheng Zhao 2013-04-13 18:39:09 +08:00
parent e49861b45b
commit f853fc3df5
7 changed files with 90 additions and 3 deletions

View file

@ -18,6 +18,8 @@
'browser/native_window.h',
'browser/native_window_mac.h',
'browser/native_window_mac.mm',
'common/node_bindings.cc',
'common/node_bindings.h',
'common/options_switches.cc',
'common/options_switches.h',
'renderer/atom_render_view_observer.cc',