Update CEF to 3.2785.1466.g80e473e

The Linux build uses 3.2785.1465.g87ce149. They're only one commit
apart, with no significant differences.
This commit is contained in:
Oliver Hamlet
2016-09-01 17:46:04 +01:00
parent 2dc99e8ec0
commit 2daf0a3ef0
+4 -4
View File
@@ -124,13 +124,13 @@ set(YAML_CPP_INCLUDE_DIRS "${SOURCE_DIR}/include")
set(YAML_CPP_LIBRARIES "${BINARY_DIR}/${CMAKE_CFG_INTDIR}/libyaml-cpp${CMAKE_STATIC_LIBRARY_SUFFIX}")
IF (CMAKE_SYSTEM_NAME MATCHES "Windows")
set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2743.1442.ge29124d_windows32_minimal.tar.bz2")
set(CEF_URL_HASH "8d0bb1ba2abccebef1e0d45fa2bb9c7ed7ec60de")
set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2785.1466.g80e473e_windows32_minimal.tar.bz2")
set(CEF_URL_HASH "31086a64fb226cdb4b4ce5a93d5eb32ea0308c17")
set(CEF_PRECOMPILED_BINARIES "libcef.dll" "natives_blob.bin" "snapshot_blob.bin" "d3dcompiler_47.dll" "libEGL.dll" "libGLESv2.dll")
set(CEF_LIB libcef${CMAKE_STATIC_LIBRARY_SUFFIX})
ELSE ()
set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2743.1442.ge29124d_linux64_minimal.tar.bz2")
set(CEF_URL_HASH "9a8f227d08d9c4edb6636041375b900d6b864e12")
set(CEF_URL "http://opensource.spotify.com/cefbuilds/cef_binary_3.2785.1465.g87ce149_linux64_minimal.tar.bz2")
set(CEF_URL_HASH "78352474cc6db47aa517596fd44a99940a408c2e")
set(CEF_PRECOMPILED_BINARIES "libcef.so" "natives_blob.bin" "snapshot_blob.bin" "chrome-sandbox")
set(CEF_LIB libcef${CMAKE_SHARED_LIBRARY_SUFFIX})
ENDIF()