mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
[Win] Link devtools_discovery.lib and devtools_http_handler.lib in component builds.
This commit is contained in:
@@ -152,11 +152,14 @@
|
||||
['OS=="win"', {
|
||||
'conditions': [
|
||||
['libchromiumcontent_component', {
|
||||
# sandbox and base_static are always linked statically.
|
||||
# sandbox, base_static, devtools_discovery, devtools_http_handler
|
||||
# are always linked statically.
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/base_static.lib',
|
||||
'<(libchromiumcontent_dir)/sandbox.lib',
|
||||
'<(libchromiumcontent_dir)/devtools_discovery.lib',
|
||||
'<(libchromiumcontent_dir)/devtools_http_handler.lib',
|
||||
],
|
||||
},
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user