forked from Lainports/opnsense-ports
16 lines
393 B
Text
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",
|