Merge pull request #1510 from Kangz/complete_lib

BUILD.gn: make the static_lib complete to fix the build on OSX
diff --git a/BUILD.gn b/BUILD.gn
index 8bead48..91bb4bb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -55,6 +55,8 @@
     "SPIRV/SPVRemapper.h",
     "SPIRV/SpvBuilder.cpp",
     "SPIRV/SpvBuilder.h",
+    "SPIRV/SpvPostProcess.cpp",
+    "SPIRV/SpvPostProcess.h",
     "SPIRV/bitutils.h",
     "SPIRV/disassemble.cpp",
     "SPIRV/disassemble.h",
@@ -155,6 +157,7 @@
   deps = [
     ":glslang_sources",
   ]
+  complete_static_lib = true
 
   configs -= [ "//build/config/compiler:chromium_code" ]
   configs += [ "//build/config/compiler:no_chromium_code" ]