--- remoting/base/remoting_export.h.orig 2026-05-07 17:02:56 UTC +++ remoting/base/remoting_export.h @@ -7,7 +7,7 @@ #include "build/build_config.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) // On Linux, we need to export this symbol so it can be used by binaries that // link against remoting_core.so. #if defined(WIN32)