No longer link with shared library of boringssl
This commit is contained in:
parent
10122304ed
commit
48c9f4a0a6
2 changed files with 1 additions and 7 deletions
|
@ -81,8 +81,6 @@
|
|||
}, {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# libboringssl is always linked dynamically.
|
||||
'<(libchromiumcontent_dir)/libboringssl.so',
|
||||
# Following libraries are required by libchromiumcontent:
|
||||
'-lasound',
|
||||
'-lcap',
|
||||
|
@ -109,9 +107,6 @@
|
|||
['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:
|
||||
|
@ -152,7 +147,6 @@
|
|||
['OS=="win" and libchromiumcontent_component==0', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/boringssl.dll',
|
||||
'<(libchromiumcontent_dir)/ffmpegsumo.lib',
|
||||
'<(libchromiumcontent_dir)/libyuv.lib',
|
||||
# content_browser.gypi:
|
||||
|
|
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 44cb29a12cf2b93064ce77a1be94528a535016f4
|
||||
Subproject commit a325ed7b30bf0680881783edd92ca235b5468e11
|
Loading…
Reference in a new issue