summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_crash_content_browser_BUILD.gn')
-rw-r--r--www/chromium/files/patch-components_crash_content_browser_BUILD.gn11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/chromium/files/patch-components_crash_content_browser_BUILD.gn b/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
index 40c6cc00fc51..221f981f9392 100644
--- a/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
+++ b/www/chromium/files/patch-components_crash_content_browser_BUILD.gn
@@ -1,5 +1,14 @@
---- components/crash/content/browser/BUILD.gn.orig 2021-05-12 22:05:49 UTC
+--- components/crash/content/browser/BUILD.gn.orig 2022-02-07 13:39:41 UTC
+++ components/crash/content/browser/BUILD.gn
+@@ -21,7 +21,7 @@ source_set("browser") {
+ "//content/public/common",
+ ]
+
+- if (is_linux || is_chromeos || is_android) {
++ if ((is_linux && !is_bsd) || is_chromeos || is_android) {
+ # Want this file on both Linux and Android.
+ sources += [
+ "crash_handler_host_linux.cc",
@@ -37,7 +37,7 @@ source_set("browser") {
# This is not in the GYP build but this target includes breakpad client