$OpenBSD: patch-chrome_common_BUILD_gn,v 1.1 2016/10/27 18:30:41 robert Exp $
--- chrome/common/BUILD.gn.orig.port	Wed Oct 12 21:02:55 2016
+++ chrome/common/BUILD.gn	Wed Oct 19 12:56:02 2016
@@ -118,6 +118,10 @@ static_library("common") {
     public_deps += [ "//ppapi/shared_impl" ]
   }
 
+  if (is_openbsd) {
+    sources -= [ "component_flash_hint_file_linux.cc" ]
+  }
+
   if (is_ios) {
     sources += [
       # Use this Mac file that was filtered out.
