$OpenBSD: patch-chrome_chrome_common_gypi,v 1.9 2016/05/27 06:28:20 robert Exp $
--- chrome/chrome_common.gypi.orig.port	Wed May 25 21:00:58 2016
+++ chrome/chrome_common.gypi	Thu May 26 08:09:42 2016
@@ -382,7 +382,7 @@
             ['chromeos==1', {
               'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
             }],
-            ['OS=="win" or OS=="linux"', {
+            ['OS=="win" or OS=="linux" or os_bsd==1', {
               'sources': [
                 'common/extensions/api/input_ime/input_components_handler.cc',
                 'common/extensions/api/input_ime/input_components_handler.h',
@@ -402,6 +402,11 @@
             '../third_party/boringssl/boringssl.gyp:boringssl',
           ],
         }],
+        ['OS=="openbsd"', {
+          'sources/': [
+            ['exclude', '^common/component_flash_hint_file_linux.cc'],
+          ],
+        }],
         ['OS != "ios"', {
           'dependencies': [
             'common_mojo_bindings',
@@ -538,6 +543,7 @@
         }],
         ['safe_browsing==1', {
           'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
+          'dependencies': [ 'safe_browsing_proto' ],
         }],
       ],
       'target_conditions': [
