Unverified Commit 20415866 by John Kessenich Committed by GitHub

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

Attempt to fix chromium builds
parents 02039760 360ba059
...@@ -242,7 +242,6 @@ template("glslang_sources_common") { ...@@ -242,7 +242,6 @@ template("glslang_sources_common") {
if (invoker.enable_opt) { if (invoker.enable_opt) {
deps += [ deps += [
":glslang_build_info",
"${spirv_tools_dir}:spvtools_opt", "${spirv_tools_dir}:spvtools_opt",
"${spirv_tools_dir}:spvtools_val", "${spirv_tools_dir}:spvtools_val",
] ]
...@@ -289,6 +288,7 @@ executable("glslang_validator") { ...@@ -289,6 +288,7 @@ executable("glslang_validator") {
deps = [ deps = [
":glslang_default_resource_limits_sources", ":glslang_default_resource_limits_sources",
":glslang_sources", ":glslang_sources",
":glslang_build_info",
] ]
public_configs = [ ":glslang_hlsl" ] public_configs = [ ":glslang_hlsl" ]
......
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