vulkan-SPIRV-Headers.gn 494 B

12345678910111213141516171819
  1. # This shim can only be used if you build Chromium without DAWN
  2. import("//build/shim_headers.gni")
  3. shim_headers("vulkan-SPIRV-Headers_shim") {
  4. root_path = "include"
  5. headers = [
  6. "spirv/unified1/GLSL.std.450.h",
  7. "spirv/unified1/NonSemanticClspvReflection.h",
  8. "spirv/unified1/NonSemanticDebugPrintf.h",
  9. "spirv/unified1/OpenCL.std.h",
  10. "spirv/unified1/spirv.h",
  11. "spirv/unified1/spirv.hpp",
  12. ]
  13. }
  14. source_set("spv_headers") {
  15. deps = [ ":vulkan-SPIRV-Headers_shim" ]
  16. }