Link with ui_zoom in component build
This commit is contained in:
parent
eb2d94faf7
commit
f494f90a3e
1 changed files with 10 additions and 2 deletions
|
@ -82,6 +82,7 @@
|
|||
['libchromiumcontent_component', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libui_zoom.a',
|
||||
# libgtk2ui is always linked statically.
|
||||
'<(libchromiumcontent_dir)/libgtk2ui.a',
|
||||
],
|
||||
|
@ -113,7 +114,13 @@
|
|||
},
|
||||
'conditions': [
|
||||
# Link with system frameworks.
|
||||
['libchromiumcontent_component==0', {
|
||||
['libchromiumcontent_component', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libui_zoom.a',
|
||||
],
|
||||
},
|
||||
}, {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# ui_base.gypi:
|
||||
|
@ -152,9 +159,10 @@
|
|||
['OS=="win"', {
|
||||
'conditions': [
|
||||
['libchromiumcontent_component', {
|
||||
# sandbox and base_static are always linked statically.
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/ui_zoom.lib',
|
||||
# sandbox and base_static are always linked statically.
|
||||
'<(libchromiumcontent_dir)/base_static.lib',
|
||||
'<(libchromiumcontent_dir)/sandbox.lib',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue