win: Fix Release build
This commit is contained in:
parent
c4d192b9a4
commit
c9557f2b39
1 changed files with 1 additions and 3 deletions
|
@ -179,8 +179,6 @@
|
||||||
# Link with system libraries.
|
# Link with system libraries.
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
# ffmpeg.dll.lib is required for linking with ffmpeg.dll
|
|
||||||
'<(libchromiumcontent_dir)/ffmpeg.dll.lib',
|
|
||||||
# content_browser.gypi:
|
# content_browser.gypi:
|
||||||
'-lsensorsapi.lib',
|
'-lsensorsapi.lib',
|
||||||
'-lportabledeviceguids.lib',
|
'-lportabledeviceguids.lib',
|
||||||
|
@ -200,6 +198,7 @@
|
||||||
'AdditionalDependencies': [
|
'AdditionalDependencies': [
|
||||||
'advapi32.lib',
|
'advapi32.lib',
|
||||||
'dbghelp.lib',
|
'dbghelp.lib',
|
||||||
|
'delayimp.lib',
|
||||||
'dwmapi.lib',
|
'dwmapi.lib',
|
||||||
'gdi32.lib',
|
'gdi32.lib',
|
||||||
'netapi32.lib',
|
'netapi32.lib',
|
||||||
|
@ -211,7 +210,6 @@
|
||||||
'winspool.lib',
|
'winspool.lib',
|
||||||
],
|
],
|
||||||
'DelayLoadDLLs': [
|
'DelayLoadDLLs': [
|
||||||
'ffmpeg.dll',
|
|
||||||
# content_common.gypi:
|
# content_common.gypi:
|
||||||
'd3d9.dll',
|
'd3d9.dll',
|
||||||
'dxva2.dll',
|
'dxva2.dll',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue