summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_BUILD.gn
blob: 166ce4c762a9a73ac578d2f4e4864d3a1ab5064f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- chrome/browser/BUILD.gn.orig	2025-11-06 10:11:34 UTC
+++ chrome/browser/BUILD.gn
@@ -7144,6 +7144,13 @@ static_library("browser") {
           [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ]
     }
 
+    if (is_bsd) {
+      sources -= [
+        "metrics/bluetooth_metrics_provider.cc",
+        "metrics/bluetooth_metrics_provider.h",
+      ]
+    }
+
     if (use_dbus) {
       sources += [
         "dbus_memory_pressure_evaluator_linux.cc",