win: Link with sandbox and base_static under component build

This commit is contained in:
Cheng Zhao 2015-04-06 12:03:22 +08:00
parent 9fd0f7e78e
commit ed5660909b
2 changed files with 6 additions and 8 deletions

View file

@ -116,15 +116,15 @@
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
# This library is built as shared library to avoid symbols
# conflict with Node.
'<(libchromiumcontent_dir)/libboringssl.dylib',
],
},
}],
['OS=="mac" and libchromiumcontent_component==0', {
'link_settings': {
'libraries': [
# This library is built as shared library to avoid symbols
# conflict with Node.
'<(libchromiumcontent_dir)/libboringssl.dylib',
# ui_base.gypi:
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
# net.gypi:
@ -154,13 +154,11 @@
],
},
}],
['OS=="win"', {
['OS=="win" and libchromiumcontent_component', {
'link_settings': {
'libraries': [
'<(libchromiumcontent_dir)/base_static.lib',
'<(libchromiumcontent_dir)/chromiumcontent.dll.lib',
'<(libchromiumcontent_dir)/chromiumviews.lib',
'<(libchromiumcontent_dir)/sandbox_static.lib',
'<(libchromiumcontent_dir)/sandbox.lib',
],
},
}],

@ -1 +1 @@
Subproject commit 1b7aec028cf86463bc6c00ce15e294cdd157b5c1
Subproject commit fa70c1a296d9b8f89a4e42bd3116ac36a831169c