diff options
Diffstat (limited to 'www/chromium/files/patch-mojo_core_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-mojo_core_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-mojo_core_BUILD.gn b/www/chromium/files/patch-mojo_core_BUILD.gn index acb8f8d8386f..08dfed902da3 100644 --- a/www/chromium/files/patch-mojo_core_BUILD.gn +++ b/www/chromium/files/patch-mojo_core_BUILD.gn @@ -1,11 +1,11 @@ ---- mojo/core/BUILD.gn.orig 2025-07-02 06:08:04 UTC +--- mojo/core/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ mojo/core/BUILD.gn -@@ -164,7 +164,7 @@ source_set("impl_for_embedder") { - ] - } +@@ -161,7 +161,7 @@ source_set("impl_for_embedder") { + "channel_posix.h", + ] -- if ((is_linux || is_chromeos || is_android) && !is_nacl) { -+ if ((is_linux || is_chromeos || is_android) && !is_nacl && !is_bsd) { +- if (is_linux || is_chromeos || is_android) { ++ if ((is_linux || is_chromeos || is_android) && !is_bsd) { sources += [ "channel_linux.cc", "channel_linux.h", |