$OpenBSD: patch-src_3rdparty_chromium_chrome_chrome_common_gypi,v 1.1.1.1 2016/12/25 14:13:19 zhuk Exp $
--- src/3rdparty/chromium/chrome/chrome_common.gypi.orig.port	Thu Aug  4 16:01:29 2016
+++ src/3rdparty/chromium/chrome/chrome_common.gypi	Thu Aug  4 16:40:31 2016
@@ -395,6 +395,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',
@@ -541,6 +546,7 @@
         }],
         ['safe_browsing==1', {
           'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
+          'dependencies': [ 'safe_browsing_proto' ],
         }],
       ],
       'target_conditions': [
