aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_shell_BUILD.gn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-02-20 11:35:15 +0000
committerRene Ladan <rene@FreeBSD.org>2022-02-20 11:42:02 +0000
commita23dfd214ae04e8b4d116ca6411570b684eb5ed6 (patch)
treea42703b6563673398eee97ae6ad4d01eafd77738 /www/chromium/files/patch-content_shell_BUILD.gn
parent9341f0aca4ecea11124957da5ea6384640745e43 (diff)
downloadports-a23dfd214ae04e8b4d116ca6411570b684eb5ed6.tar.gz
ports-a23dfd214ae04e8b4d116ca6411570b684eb5ed6.zip
www/chromium: update to 98.0.4758.102
- The port now uses the combined patch set for OpenBSD and FreeBSD maintained by Robert Nagy. - Fix build on i386 again. Obtained from: Robert Nagy <robert@openbsd.org> Security: https://vuxml.freebsd.org/freebsd/e12432af-8e73-11ec-8bc4-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/e852f43c-846e-11ec-b043-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r--www/chromium/files/patch-content_shell_BUILD.gn40
1 files changed, 2 insertions, 38 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn
index e227b01975b5..fc8ffc6a2b73 100644
--- a/www/chromium/files/patch-content_shell_BUILD.gn
+++ b/www/chromium/files/patch-content_shell_BUILD.gn
@@ -1,42 +1,6 @@
---- content/shell/BUILD.gn.orig 2021-12-31 00:57:33 UTC
+--- content/shell/BUILD.gn.orig 2022-02-07 13:39:41 UTC
+++ content/shell/BUILD.gn
-@@ -90,7 +90,7 @@ static_library("content_shell_app") {
- "//content/web_test:web_test_renderer",
- ]
- }
-- if (!is_fuchsia) {
-+ if (!is_fuchsia && !is_bsd) {
- deps += [
- "//components/crash/core/app",
- "//components/crash/core/app:test_support",
-@@ -277,7 +277,7 @@ static_library("content_shell_lib") {
-
- if (is_fuchsia) {
- deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ]
-- } else {
-+ } else if (!is_bsd) {
- deps += [
- "//components/crash/content/browser",
- "//components/crash/core/app",
-@@ -540,7 +540,7 @@ if (is_android) {
- if (is_win) {
- data_deps +=
- [ "//third_party/crashpad/crashpad/handler:crashpad_handler" ]
-- } else if (is_linux || is_chromeos) {
-+ } else if ((is_linux || is_chromeos) && !is_bsd) {
- data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
- }
-
-@@ -848,7 +848,7 @@ group("content_shell_crash_test") {
- mac_bin_path + "otool-classic",
- ]
- }
-- if (is_posix) {
-+ if (is_posix && !is_bsd) {
- data += [
- "//components/crash/content/tools/generate_breakpad_symbols.py",
- "//components/crash/content/tools/dmp2minidump.py",
-@@ -857,7 +857,7 @@ group("content_shell_crash_test") {
+@@ -869,7 +869,7 @@ group("content_shell_crash_test") {
if (is_win) {
data_deps += [ "//build/win:copy_cdb_to_output" ]
}