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