Add a couple missing headers to the GN build.
authorJamie Madill <jmadill@chromium.org>
Sat, 2 Nov 2019 13:56:09 +0000 (09:56 -0400)
committerJamie Madill <jmadill@chromium.org>
Sat, 2 Nov 2019 13:56:09 +0000 (09:56 -0400)
Detected with ANGLE's export_targets script.

BUILD.gn

index 3351fd3ed061cb40649819d1c2181a1481534010..098d7de663b96917434356a420500db4541ff03e 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -60,8 +60,10 @@ source_set("glslang_sources") {
   sources = [
     "OGLCompilersDLL/InitializeDll.cpp",
     "OGLCompilersDLL/InitializeDll.h",
+    "SPIRV/GLSL.ext.AMD.h",
     "SPIRV/GLSL.ext.EXT.h",
     "SPIRV/GLSL.ext.KHR.h",
+    "SPIRV/GLSL.ext.NV.h",
     "SPIRV/GLSL.std.450.h",
     "SPIRV/GlslangToSpv.cpp",
     "SPIRV/GlslangToSpv.h",