summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_BUILD.gn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-02-20 12:35:15 +0100
committerRene Ladan <rene@FreeBSD.org>2022-02-20 12:42:02 +0100
commita23dfd214ae04e8b4d116ca6411570b684eb5ed6 (patch)
treea42703b6563673398eee97ae6ad4d01eafd77738 /www/chromium/files/patch-chrome_common_BUILD.gn
parentgraphics/libglvnd: reduce dependency on gcc for everyone on powerpc64* by usi... (diff)
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-chrome_common_BUILD.gn')
-rw-r--r--www/chromium/files/patch-chrome_common_BUILD.gn34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/chromium/files/patch-chrome_common_BUILD.gn b/www/chromium/files/patch-chrome_common_BUILD.gn
deleted file mode 100644
index d7b2a29120f5..000000000000
--- a/www/chromium/files/patch-chrome_common_BUILD.gn
+++ /dev/null
@@ -1,34 +0,0 @@
---- chrome/common/BUILD.gn.orig 2021-12-31 00:57:25 UTC
-+++ chrome/common/BUILD.gn
-@@ -329,7 +329,7 @@ static_library("common") {
- ]
- }
-
-- if (!is_fuchsia) {
-+ if (!is_fuchsia && !is_bsd) {
- deps += [ "//components/crash/core/app" ]
- }
-
-@@ -490,13 +490,21 @@ static_library("common") {
- public_deps += [ "//chrome/common/safe_browsing" ]
- }
-
-- if (is_linux || is_chromeos) {
-+ if ((is_linux || is_chromeos) && !is_bsd) {
- sources += [
- "auto_start_linux.cc",
- "auto_start_linux.h",
- "multi_process_lock_linux.cc",
- ]
- deps += [ "//sandbox/linux:sandbox_services" ]
-+ }
-+
-+ if (is_bsd) {
-+ sources += [
-+ "auto_start_linux.cc",
-+ "auto_start_linux.h",
-+ "multi_process_lock_linux.cc",
-+ ]
- }
-
- if (enable_cdm_host_verification) {