Windows: Remove wow_helper.exe which is no longer required (issue #1915)

This commit is contained in:
Marshall Greenblatt 2016-06-06 12:47:59 -04:00
parent f1fec0933e
commit 733ff6ffff
3 changed files with 0 additions and 13 deletions

View File

@ -383,12 +383,6 @@ if(OS_WINDOWS)
natives_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.
set(CEF_RESOURCE_FILES

View File

@ -62,8 +62,3 @@ run but any related functionality may become broken or disabled.
* libGLESv2.dll
Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
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.

View File

@ -486,8 +486,6 @@ if platform == 'windows':
'snapshot_blob.bin',
'widevinecdmadapter.dll',
]
if not options.x64build:
binaries.append('wow_helper.exe')
out_dir = os.path.join(src_dir, 'out')
libcef_dll_file = 'libcef.dll.lib'