Link with chromiumviews on Linux and Windows.

Without using chromiumviews it would be quite hard to setup a fully working
environment with Aura on Linux now.
This commit is contained in:
Cheng Zhao 2014-07-03 08:30:26 +00:00
parent 48ed03eb39
commit d59c027996

View file

@ -101,6 +101,7 @@
'link_settings': {
'libraries': [
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumcontent.so',
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumviews.a',
'-lpthread',
'<!@(pkg-config --libs gtk+-2.0 libnotify)',
],
@ -120,6 +121,7 @@
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/base_static.lib',
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/chromiumviews.lib',
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/chromiumviews.lib',
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/sandbox_static.lib',
],
},