1--- src/3rdparty/chromium/device/bluetooth/cast_bluetooth.gni.orig 2025-08-15 18:30:00 UTC 2+++ src/3rdparty/chromium/device/bluetooth/cast_bluetooth.gni 3@@ -2,5 +2,5 @@ declare_args() { 4 5 declare_args() { 6 force_cast_bluetooth = false 7- use_bluez = (is_linux && !is_castos && use_dbus) || is_chromeos 8+ use_bluez = use_dbus && !is_bsd 9 } 10