$OpenBSD: patch-content_content_browser_gypi,v 1.25 2014/07/20 17:22:34 robert Exp $
--- content/content_browser.gypi.orig.port	Tue Jul 15 13:02:51 2014
+++ content/content_browser.gypi	Fri Jul 18 03:28:43 2014
@@ -1652,9 +1652,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': [
@@ -1717,7 +1734,7 @@
         'browser/geolocation/empty_wifi_data_provider.cc',
       ],
     }],
-    ['OS == "linux" and use_dbus==1', {
+    ['(OS == "linux" or os_bsd==1) and use_dbus==1', {
       'sources!': [
         'browser/geolocation/empty_wifi_data_provider.cc',
       ],
