Commit 3096227c authored by Chris Blume's avatar Chris Blume Committed by Commit Bot

Fix glslang_test build

glslang_test is only built in a Vulkan build. Since it doesn't build, it
prevents us from having Vulkan as part of the default build.

It appears like a file was renamed at some point and the BUILD.gn wasn't
updated to reflect this change since it wasn't being tested in the
default build.

This CL includes the newly renamed file and allows glslang_test to be
built and run again.

BUG=852196

Change-Id: I11507bd51996caed6280501f36556e17334bb1ba
Reviewed-on: https://chromium-review.googlesource.com/1098379Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Commit-Queue: Chris Blume <cblume@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566685}
parent 958b0d2d
......@@ -68,7 +68,7 @@ static_library("SPIRV") {
static_library("glslang-default-resource-limits") {
sources = [
"src/StandAlone/DefaultResourceLimits.cpp",
"src/StandAlone/ResourceLimits.cpp",
]
all_dependent_configs = [ ":glslang_config" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment