Revert "Link with ui_zoom in component build"
This reverts commit b48bc01c8f1fc11862f96db835a5f257aa6e53aa.
This commit is contained in:
parent
f494f90a3e
commit
155a50d00e
1 changed files with 2 additions and 10 deletions
|
@ -82,7 +82,6 @@
|
|||
['libchromiumcontent_component', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libui_zoom.a',
|
||||
# libgtk2ui is always linked statically.
|
||||
'<(libchromiumcontent_dir)/libgtk2ui.a',
|
||||
],
|
||||
|
@ -114,13 +113,7 @@
|
|||
},
|
||||
'conditions': [
|
||||
# Link with system frameworks.
|
||||
['libchromiumcontent_component', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libui_zoom.a',
|
||||
],
|
||||
},
|
||||
}, {
|
||||
['libchromiumcontent_component==0', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# ui_base.gypi:
|
||||
|
@ -159,10 +152,9 @@
|
|||
['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