mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-08 16:18:51 +01:00
Windows: Remove wow_helper.exe which is no longer required (issue #1915)
This commit is contained in:
parent
b1517ab47d
commit
aa727705b8
@ -383,12 +383,6 @@ if(OS_WINDOWS)
|
|||||||
natives_blob.bin
|
natives_blob.bin
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
)
|
)
|
||||||
if(PROJECT_ARCH STREQUAL "x86")
|
|
||||||
# Only used on 32-bit platforms.
|
|
||||||
list(APPEND CEF_BINARY_FILES
|
|
||||||
wow_helper.exe
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# List of CEF resource files.
|
# List of CEF resource files.
|
||||||
set(CEF_RESOURCE_FILES
|
set(CEF_RESOURCE_FILES
|
||||||
|
@ -62,8 +62,3 @@ run but any related functionality may become broken or disabled.
|
|||||||
* libGLESv2.dll
|
* libGLESv2.dll
|
||||||
Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
|
Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
|
||||||
will not function.
|
will not function.
|
||||||
|
|
||||||
* Windows Vista 64-bit sandbox support (32-bit distributions only)
|
|
||||||
* wow_helper.exe
|
|
||||||
Without this file the 32-bit build of CEF will not run on 64-bit Vista
|
|
||||||
machines with the sandbox enabled.
|
|
||||||
|
@ -486,8 +486,6 @@ if platform == 'windows':
|
|||||||
'snapshot_blob.bin',
|
'snapshot_blob.bin',
|
||||||
'widevinecdmadapter.dll',
|
'widevinecdmadapter.dll',
|
||||||
]
|
]
|
||||||
if not options.x64build:
|
|
||||||
binaries.append('wow_helper.exe')
|
|
||||||
|
|
||||||
out_dir = os.path.join(src_dir, 'out')
|
out_dir = os.path.join(src_dir, 'out')
|
||||||
libcef_dll_file = 'libcef.dll.lib'
|
libcef_dll_file = 'libcef.dll.lib'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user