Merge pull request #2331 from ben-clayton/fix-chromium

Attempt to fix chromium builds
This commit is contained in:
John Kessenich 2020-07-10 07:00:11 -06:00 committed by GitHub
commit 2041586674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,6 @@ template("glslang_sources_common") {
if (invoker.enable_opt) {
deps += [
":glslang_build_info",
"${spirv_tools_dir}:spvtools_opt",
"${spirv_tools_dir}:spvtools_val",
]
@ -289,6 +288,7 @@ executable("glslang_validator") {
deps = [
":glslang_default_resource_limits_sources",
":glslang_sources",
":glslang_build_info",
]
public_configs = [ ":glslang_hlsl" ]