[Win] Link devtools_discovery.lib and devtools_http_handler.lib in component builds.
This commit is contained in:
parent
7d22da5169
commit
68a45aa29a
1 changed files with 4 additions and 1 deletions
|
@ -152,11 +152,14 @@
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['libchromiumcontent_component', {
|
['libchromiumcontent_component', {
|
||||||
# sandbox and base_static are always linked statically.
|
# sandbox, base_static, devtools_discovery, devtools_http_handler
|
||||||
|
# are always linked statically.
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'<(libchromiumcontent_dir)/base_static.lib',
|
'<(libchromiumcontent_dir)/base_static.lib',
|
||||||
'<(libchromiumcontent_dir)/sandbox.lib',
|
'<(libchromiumcontent_dir)/sandbox.lib',
|
||||||
|
'<(libchromiumcontent_dir)/devtools_discovery.lib',
|
||||||
|
'<(libchromiumcontent_dir)/devtools_http_handler.lib',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue