diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-content_zygote_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-content_zygote_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ungoogled-chromium/files/patch-content_zygote_BUILD.gn b/www/ungoogled-chromium/files/patch-content_zygote_BUILD.gn index 8f58e8f649ca..ad2118221f27 100644 --- a/www/ungoogled-chromium/files/patch-content_zygote_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-content_zygote_BUILD.gn @@ -1,7 +1,7 @@ ---- content/zygote/BUILD.gn.orig 2022-10-01 07:40:07 UTC +--- content/zygote/BUILD.gn.orig 2025-09-10 13:22:16 UTC +++ content/zygote/BUILD.gn -@@ -5,7 +5,7 @@ - import("//build/config/nacl/config.gni") +@@ -4,7 +4,7 @@ + import("//content/public/common/zygote/features.gni") -if (is_linux || is_chromeos) { |