diff options
Diffstat (limited to 'www/chromium/files/patch-build_nocompile.gni')
-rw-r--r-- | www/chromium/files/patch-build_nocompile.gni | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-build_nocompile.gni b/www/chromium/files/patch-build_nocompile.gni deleted file mode 100644 index 64296d2e06a3..000000000000 --- a/www/chromium/files/patch-build_nocompile.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- build/nocompile.gni.orig 2025-02-19 07:43:18 UTC -+++ build/nocompile.gni -@@ -55,7 +55,7 @@ if (is_win) { - } - - declare_args() { -- enable_nocompile_tests = is_clang && !is_nacl -+ enable_nocompile_tests = is_clang && !is_nacl && !is_bsd - } - - if (enable_nocompile_tests) { |