opnsense-ports/devel/electron32/files/patch-chrome_browser_BUILD.gn
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

16 lines
393 B
Text

--- chrome/browser/BUILD.gn.orig 2024-08-30 11:29:37 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",