mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
16 lines
393 B
Text
16 lines
393 B
Text
--- chrome/browser/BUILD.gn.orig 2023-09-13 12:11:42 UTC
|
|
+++ chrome/browser/BUILD.gn
|
|
@@ -6366,6 +6366,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",
|