blob: 3aa300f2b1bfd7f47f08cf4c2a473d5cab7166d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- chrome/browser/BUILD.gn.orig 2025-09-11 13:19:19 UTC
+++ chrome/browser/BUILD.gn
@@ -7039,6 +7039,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",
|