diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn b/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn index 9a3cd197d85b..61131d82f9eb 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/linux/BUILD.gn.orig 2025-05-06 12:23:00 UTC +--- sandbox/linux/BUILD.gn.orig 2025-09-10 13:22:16 UTC +++ sandbox/linux/BUILD.gn -@@ -12,11 +12,11 @@ if (is_android) { +@@ -11,11 +11,11 @@ if (is_android) { } declare_args() { @@ -15,7 +15,7 @@ # On Android, use plain GTest. use_base_test_suite = is_linux || is_chromeos -@@ -377,6 +377,17 @@ component("sandbox_services") { +@@ -381,6 +381,17 @@ component("sandbox_services") { "services/libc_interceptor.h", ] } |