From 5aac265dcb72d37e71d906b4f65e793e27124201 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Tue, 23 Oct 2018 12:50:10 +0000 Subject: [PATCH] Roll glslang and shaderc These new versions contain the fix for not having static libraries with no sources depending on source sets in their BUILD.gn BUG=chromium:870747 Change-Id: Ib979d5ee581f37db22347f0f725086a9b9833d07 Reviewed-on: https://dawn-review.googlesource.com/c/1900 Reviewed-by: Corentin Wallez Commit-Queue: Corentin Wallez --- DEPS | 4 ++-- third_party/glslang | 2 +- third_party/shaderc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index d284c54203..94cfdc82f0 100644 --- a/DEPS +++ b/DEPS @@ -64,11 +64,11 @@ deps = { 'condition': 'dawn_standalone', }, 'third_party/glslang': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@ca042a0ffbb6fe09a47c1c867d911b3a69d2102e', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@a08f465d5398518e9a6aeebd4775604a4c10e381', 'condition': 'dawn_standalone', }, 'third_party/shaderc': { - 'url': '{chromium_git}/external/github.com/google/shaderc@196d38f64e4d919ddb26557f176ca134e2d88ddc', + 'url': '{chromium_git}/external/github.com/google/shaderc@909f0d3d31e7e7c8f39b40ba0e1dd7f99b749776', 'condition': 'dawn_standalone', }, diff --git a/third_party/glslang b/third_party/glslang index ca042a0ffb..a08f465d53 160000 --- a/third_party/glslang +++ b/third_party/glslang @@ -1 +1 @@ -Subproject commit ca042a0ffbb6fe09a47c1c867d911b3a69d2102e +Subproject commit a08f465d5398518e9a6aeebd4775604a4c10e381 diff --git a/third_party/shaderc b/third_party/shaderc index 196d38f64e..909f0d3d31 160000 --- a/third_party/shaderc +++ b/third_party/shaderc @@ -1 +1 @@ -Subproject commit 196d38f64e4d919ddb26557f176ca134e2d88ddc +Subproject commit 909f0d3d31e7e7c8f39b40ba0e1dd7f99b749776