diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-content_test_BUILD_gn')
| -rw-r--r-- | www/chromium-uc/patches/patch-content_test_BUILD_gn | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/chromium-uc/patches/patch-content_test_BUILD_gn b/www/chromium-uc/patches/patch-content_test_BUILD_gn deleted file mode 100644 index 5316be7..0000000 --- a/www/chromium-uc/patches/patch-content_test_BUILD_gn +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | $OpenBSD: patch-content_test_BUILD_gn,v 1.15 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: content/test/BUILD.gn | ||
| 4 | --- content/test/BUILD.gn.orig | ||
| 5 | +++ content/test/BUILD.gn | ||
| 6 | @@ -1864,7 +1864,7 @@ static_library("run_all_unittests") { | ||
| 7 | ":test_support", | ||
| 8 | "//base/test:test_support", | ||
| 9 | ] | ||
| 10 | - if (is_linux || is_chromeos) { | ||
| 11 | + if ((is_linux || is_chromeos) && !is_openbsd) { | ||
| 12 | deps += [ "//content/common:set_process_title_linux" ] | ||
| 13 | } | ||
| 14 | } | ||
| 15 | @@ -2775,7 +2775,7 @@ test("content_unittests") { | ||
| 16 | deps += [ "//ui/gfx/x" ] | ||
| 17 | } | ||
| 18 | |||
| 19 | - if (is_linux || is_chromeos) { | ||
| 20 | + if ((is_linux || is_chromeos) && !is_openbsd) { | ||
| 21 | sources += [ "../common/set_process_title_linux_unittest.cc" ] | ||
| 22 | deps += [ "//content/common:set_process_title_linux" ] | ||
| 23 | } | ||
