aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_BUILD.gn
blob: 7a09d7d2df99b51ccf446306a050253e59707d24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- chrome/browser/BUILD.gn.orig	2024-02-27 21:36:00 UTC
+++ chrome/browser/BUILD.gn
@@ -6477,6 +6477,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",