mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
16 lines
393 B
Text
16 lines
393 B
Text
--- chrome/browser/BUILD.gn.orig 2024-08-26 12:06:38 UTC
|
|
+++ chrome/browser/BUILD.gn
|
|
@@ -7013,6 +7013,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",
|