$OpenBSD: patch-chrome_browser_BUILD_gn,v 1.1 2016/10/27 18:30:40 robert Exp $
--- chrome/browser/BUILD.gn.orig.port	Wed Oct 12 21:02:54 2016
+++ chrome/browser/BUILD.gn	Wed Oct 19 12:55:57 2016
@@ -729,6 +729,17 @@ split_static_library("browser") {
                            "//chrome")
   }
 
+  if (is_openbsd) {
+    sources -= [
+      "media_galleries/linux/mtp_device_delegate_impl_linux.cc",
+      "media_galleries/linux/mtp_device_object_enumerator.cc",
+      "media_galleries/linux/mtp_device_task_helper.cc",
+      "media_galleries/linux/mtp_device_task_helper_map_service.cc",
+      "media_galleries/linux/mtp_read_file_worker.cc",
+      "media_galleries/linux/snapshot_file_details.cc",
+    ]
+  }
+
   if (!is_chrome_branded) {
     sources += [
       "search/local_files_ntp_source.cc",
