summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_BUILD.gn
blob: f4492fc34a8728a29110080afde0b48fdb88215d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- chrome/browser/BUILD.gn.orig	2024-03-22 08:19:40 UTC
+++ chrome/browser/BUILD.gn
@@ -6513,6 +6513,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",