Skip to content

Commit 2041586

Browse files
authored
Merge pull request KhronosGroup#2331 from ben-clayton/fix-chromium
Attempt to fix chromium builds
2 parents 0203976 + 360ba05 commit 2041586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ template("glslang_sources_common") {
242242

243243
if (invoker.enable_opt) {
244244
deps += [
245-
":glslang_build_info",
246245
"${spirv_tools_dir}:spvtools_opt",
247246
"${spirv_tools_dir}:spvtools_val",
248247
]
@@ -289,6 +288,7 @@ executable("glslang_validator") {
289288
deps = [
290289
":glslang_default_resource_limits_sources",
291290
":glslang_sources",
291+
":glslang_build_info",
292292
]
293293
public_configs = [ ":glslang_hlsl" ]
294294

0 commit comments

Comments
 (0)