Revert "Update CEF used to branch 2357."

This reverts commit d2706967cc.
This commit is contained in:
Oliver Hamlet
2015-06-11 16:21:12 +01:00
parent fd7adb152f
commit b5b10f6e4e
4 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ add_custom_command(
)
# Copy CEF DLLs.
FOREACH(cef_dll d3dcompiler_47.dll libEGL.dll libGLESv2.dll libcef.dll wow_helper.exe natives_blob.bin snapshot_blob.bin)
FOREACH(cef_dll d3dcompiler_47.dll libEGL.dll libGLESv2.dll libcef.dll wow_helper.exe)
add_custom_command(TARGET LOOT POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${CMAKE_SOURCE_DIR}/${CEF_ROOT}/$<CONFIGURATION>/${cef_dll}"
+1 -1
View File
@@ -20,7 +20,7 @@ LOOT uses [CMake](http://cmake.org) to generate build files, and requires the fo
* [Alphanum](http://www.davekoelle.com/files/alphanum.hpp)
* [Boost](http://www.boost.org) v1.58.0
* [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2357
* [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2272
* [Google Test](https://code.google.com/p/googletest/) v1.7: Required to build the LOOT API's tests, but not the API itself or the LOOT application.
* [Libespm](http://github.com/WrinklyNinja/libespm)
* [Libgit2](http://libgit2.github.com/) v0.22.2
-2
View File
@@ -143,8 +143,6 @@ def createAppArchive(archive_path):
shutil.copy( os.path.join('..', 'build', 'Release', 'cef_200_percent.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'devtools_resources.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'icudtl.dat'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'natives_blob.bin'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'snapshot_blob.bin'), temp_path )
# Translation files.
for lang in ['es', 'ru', 'fr', 'zh_CN', 'pl', 'pt_BR', 'fi', 'de', 'da', 'ko']:
-4
View File
@@ -337,8 +337,6 @@ FunctionEnd
File "..\build\Release\cef_200_percent.pak"
File "..\build\Release\devtools_resources.pak"
File "..\build\Release\icudtl.dat"
File "..\build\Release\natives_blob.bin"
File "..\build\Release\snapshot_blob.bin"
;Install UI files.
SetOutPath "$INSTDIR\resources\report"
@@ -496,8 +494,6 @@ FunctionEnd
Delete "$INSTDIR\cef_200_percent.pak"
Delete "$INSTDIR\devtools_resources.pak"
Delete "$INSTDIR\icudtl.dat"
Delete "$INSTDIR\natives_blob.bin"
Delete "$INSTDIR\snapshot_blob.bin"
;Remove readme images.
RMDir /r "$INSTDIR\docs\images"