Windows: Remove d3dcompiler_43.dll
The d3dcompiler_43.dll file was only required on Windows XP, which is no longer supported.
This commit is contained in:
parent
bbabccf9aa
commit
ef06407da6
|
@ -459,7 +459,6 @@ if(OS_WINDOWS)
|
|||
# List of CEF binary files.
|
||||
set(CEF_BINARY_FILES
|
||||
chrome_elf.dll
|
||||
d3dcompiler_43.dll
|
||||
d3dcompiler_47.dll
|
||||
libcef.dll
|
||||
libEGL.dll
|
||||
|
|
|
@ -60,7 +60,6 @@ run but any related functionality may become broken or disabled.
|
|||
Tools. Without this file Chrome Developer Tools will not function.
|
||||
|
||||
* Angle and Direct3D support.
|
||||
* d3dcompiler_43.dll (required for Windows XP)
|
||||
* d3dcompiler_47.dll (required for Windows Vista and newer)
|
||||
* libEGL.dll
|
||||
* libGLESv2.dll
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue