$OpenBSD: patch-chrome_chrome_common_gypi,v 1.6 2016/01/23 18:49:31 robert Exp $
--- chrome/chrome_common.gypi.orig.port	Wed Jan 20 21:01:20 2016
+++ chrome/chrome_common.gypi	Fri Jan 22 19:58:58 2016
@@ -392,6 +392,11 @@
           'sources': [ '<@(chrome_common_mac_sources)' ],
           'dependencies': [ 'app_mode_app_support' ],
         }],
+        ['OS=="openbsd"', {
+          'sources/': [
+            ['exclude', '^common/component_flash_hint_file_linux.cc'],
+          ],
+        }],
         ['OS != "ios"', {
           'dependencies': [
             'common_mojo_bindings',
@@ -533,6 +538,7 @@
         }],
         ['safe_browsing==1', {
           'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
+          'dependencies': [ 'safe_browsing_proto' ],
         }],
       ],
       'target_conditions': [
