mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-23 04:00:05 +00:00
Fix webgpu header file name in BUILD.gn (#2493)
A .h file was specified as .hpp file, causing `gn gen path/ --check` to fail.
This commit is contained in:
parent
26c1b88783
commit
e8c2d95ed4
2
BUILD.gn
2
BUILD.gn
@ -515,7 +515,7 @@ static_library("spvtools_opt") {
|
||||
"source/opt/function.cpp",
|
||||
"source/opt/function.h",
|
||||
"source/opt/generate_webgpu_initializers_pass.cpp",
|
||||
"source/opt/generate_webgpu_initializers_pass.hpp",
|
||||
"source/opt/generate_webgpu_initializers_pass.h",
|
||||
"source/opt/if_conversion.cpp",
|
||||
"source/opt/if_conversion.h",
|
||||
"source/opt/inline_exhaustive_pass.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user