From 71e2ee1764c6db9ef5def716ff47763b586f790f Mon Sep 17 00:00:00 2001 From: Le Hoang Quyen Date: Fri, 4 Sep 2020 22:23:01 +0800 Subject: [PATCH] Update dependencies --- .gn | 1 + DEPS | 12 ++++++------ ios/xcode/fetchDependencies.sh | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gn b/.gn index c68c00d02b..0276ac7ca0 100644 --- a/.gn +++ b/.gn @@ -39,4 +39,5 @@ default_args = { build_angle_deqp_tests = true use_sysroot = true strip_absolute_paths_from_debug_symbols = false + enable_dsyms = true } diff --git a/DEPS b/DEPS index 447023f91c..b4703e9f5b 100644 --- a/DEPS +++ b/DEPS @@ -21,16 +21,16 @@ vars = { 'deqp_revision': 'd3eef28e67ce6795ba3a2124aaa977819729d45f', # Current revision of glslang, the Khronos SPIRV compiler. - 'glslang_revision': '4b97a1108114107a8082a55e9e0721a40f9536d3', + 'glslang_revision': '7d65f09b83112c1ec9e29313cb9913ed2b850aa0', # Current revision of spirv-cross, the Khronos SPIRV cross compiler. 'spirv_cross_revision': 'f38cbeb814c73510b85697adbe5e894f9eac978f', # Current revision fo the SPIRV-Headers Vulkan support library. - 'spirv_headers_revision': '842ec90674627ed2ffef609e3cd79d1562eded01', + 'spirv_headers_revision': 'f8bf11a0253a32375c32cad92c841237b96696c0', # Current revision of SPIRV-Tools for Vulkan. - 'spirv_tools_revision': '3c7ff8d4f0a1c0f27328871fe64879170a4f0930', + 'spirv_tools_revision': '67f4838659f475d618c120e13d1a196d7e00ba4b', # Current revision of Khronos Vulkan-Headers. 'vulkan_headers_revision': '5b44df19e040fca0048ab30c553a8c2d2cb9623e', @@ -53,12 +53,12 @@ deps = { }, '{angle_root}/build': { - 'url': '{chromium_git}/chromium/src/build.git@af1bbc9483aed572f1ea1a32e43bb504c3edb357', + 'url': '{chromium_git}/chromium/src/build.git@a1cbf6469a5400f2b455ffba2e95ea47a1b47c94', 'condition': 'not build_with_chromium', }, '{angle_root}/buildtools': { - 'url': '{chromium_git}/chromium/src/buildtools.git@74cfb57006f83cfe050817526db359d5c8a11628', + 'url': '{chromium_git}/chromium/src/buildtools.git@204a35a2a64f7179f8b76d7a0385653690839e21', 'condition': 'not build_with_chromium', }, @@ -206,7 +206,7 @@ deps = { }, '{angle_root}/tools/clang': { - 'url': '{chromium_git}/chromium/src/tools/clang.git@2fef805e5b05b26a8c87c47865590b5f43218611', + 'url': '{chromium_git}/chromium/src/tools/clang.git@d60a6a8084300eb8de99e56b559369dcde4cffa4', 'condition': 'not build_with_chromium', }, diff --git a/ios/xcode/fetchDependencies.sh b/ios/xcode/fetchDependencies.sh index f86f3578af..8d911aab6b 100755 --- a/ios/xcode/fetchDependencies.sh +++ b/ios/xcode/fetchDependencies.sh @@ -33,7 +33,7 @@ git_pull() echo } -glslang_revision="4b97a1108114107a8082a55e9e0721a40f9536d3" +glslang_revision="7d65f09b83112c1ec9e29313cb9913ed2b850aa0" spirv_cross_revision="f38cbeb814c73510b85697adbe5e894f9eac978f" jsoncpp_revision="48246a099549ab325c01f69f24a34fc72e5c42e4" jsoncpp_src_revision="645250b6690785be60ab6780ce4b58698d884d11"