tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

vulkan-SPIRV-Headers.gn (503B)


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