tor-browser

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

swiftshader-SPIRV-Headers.gn (462B)


      1 import("//chromium/build/shim_headers.gni")
      2 
      3 shim_headers("SPIRV-Headers_shim") {
      4   root_path = "../../../../third_party/SPIRV-Headers/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 
     15 source_set("spv_headers") {
     16   deps = [ ":SPIRV-Headers_shim" ]
     17 }