$OpenBSD: patch-content_content_browser_gypi,v 1.3 2015/05/26 17:37:40 robert Exp $
--- content/content_browser.gypi.orig.port	Thu May 14 00:35:46 2015
+++ content/content_browser.gypi	Wed May 20 08:34:56 2015
@@ -1955,9 +1955,26 @@
       ],
     }],
     ['os_bsd==1', {
-      'sources/': [
-        ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'],
+      'sources!': [
+        'public/browser/zygote_host_linux.h',
+        'browser/zygote_host/zygote_host_impl_linux.cc',
+        'browser/zygote_host/zygote_host_impl_linux.h',
+        'zygote/zygote_linux.cc',
+        'zygote/zygote_linux.h',
+        'zygote/zygote_main_linux.cc',
+        'browser/device_monitor_linux.cc',
+        'browser/download/file_metadata_linux.cc',
+        'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
+        'browser/geolocation/wifi_data_provider_linux.cc',
+        'browser/udev_linux.cc',
+        'browser/renderer_host/sandbox_ipc_linux.cc',
+        'browser/renderer_host/sandbox_ipc_linux.h',
+        'browser/renderer_host/render_sandbox_host_linux.cc',
+        'browser/renderer_host/render_sandbox_host_linux.h',
       ],
+      'dependencies': [
+        '../build/linux/system.gyp:dbus',
+      ],
     }],
     ['use_aura==1', {
       'dependencies': [
@@ -2004,10 +2021,7 @@
         'browser/geolocation/empty_wifi_data_provider.cc',
       ],
     }],
-    ['OS == "linux" and use_dbus==1', {
-      'sources!': [
-        'browser/geolocation/empty_wifi_data_provider.cc',
-      ],
+    ['(OS == "linux" or os_bsd==1) and use_dbus==1', {
       'dependencies': [
         '../build/linux/system.gyp:dbus',
         '../dbus/dbus.gyp:dbus',
