2023-08-18 18:38:43 +00:00
|
|
|
Index: chrome/browser/BUILD.gn
|
|
|
|
--- chrome/browser/BUILD.gn.orig
|
|
|
|
+++ chrome/browser/BUILD.gn
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -6531,6 +6531,13 @@ static_library("browser") {
|
2023-08-18 18:38:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
+ 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",
|