aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_BUILD.gn
blob: 20561322bc15dd888613af0bc6ce16e7c70dc536 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- chrome/browser/BUILD.gn.orig	2023-08-28 20:17:35 UTC
+++ chrome/browser/BUILD.gn
@@ -6296,6 +6296,13 @@ static_library("browser") {
     }
   }
 
+  if (is_bsd) {
+    sources -= [
+      "metrics/bluetooth_metrics_provider.cc",
+      "metrics/bluetooth_metrics_provider.h",
+    ]
+  }
+
   if (is_linux && use_dbus) {
     sources += [
       "dbus_memory_pressure_evaluator_linux.cc",