mac: Fix linking with boringssl

This commit is contained in:
Cheng Zhao 2015-04-07 11:28:56 +08:00
parent 512deae254
commit 938182a3eb
2 changed files with 4 additions and 7 deletions

View file

@ -116,9 +116,6 @@
'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',
],
},
}],
@ -154,17 +151,17 @@
],
},
}],
['OS=="win" and libchromiumcontent_component', {
['OS=="win" and libchromiumcontent_component==1', {
'link_settings': {
'libraries': [
'<(libchromiumcontent_dir)/base_static.lib',
'<(libchromiumcontent_dir)/sandbox.lib',
],
},
}, {
}],
['OS=="win" and libchromiumcontent_component==0', {
'link_settings': {
'libraries': [
'<(libchromiumcontent_dir)/boringssl.dll',
'<(libchromiumcontent_dir)/ffmpegsumo.lib',
'<(libchromiumcontent_dir)/libyuv.lib',
# content_browser.gypi:

@ -1 +1 @@
Subproject commit 301d2d617c64ed020bf787d541b9a7d5e10941a8
Subproject commit b371f0a7b0c1dd47d68f6ea5bade36451a13e7e1