aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_BUILD.gn')
-rw-r--r--www/chromium/files/patch-chrome_BUILD.gn31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/chromium/files/patch-chrome_BUILD.gn b/www/chromium/files/patch-chrome_BUILD.gn
deleted file mode 100644
index cb38a1cd1657..000000000000
--- a/www/chromium/files/patch-chrome_BUILD.gn
+++ /dev/null
@@ -1,31 +0,0 @@
---- chrome/BUILD.gn.orig 2021-12-31 00:57:18 UTC
-+++ chrome/BUILD.gn
-@@ -283,7 +283,9 @@ if (!is_android && !is_mac) {
- ":xdg_mime", # Needs to be public for installer to consume files.
- ]
-
-- data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
-+ if (!is_bsd) {
-+ data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
-+ }
- }
-
- ldflags = []
-@@ -1392,7 +1394,7 @@ group("browser_dependencies") {
- ]
- }
-
-- if (!is_fuchsia) {
-+ if (!is_fuchsia && !is_bsd) {
- public_deps += [ "//components/crash/core/app" ]
- }
-
-@@ -1715,7 +1717,7 @@ if (is_win && enable_resource_allowlist_generation) {
- }
-
- if (is_linux || is_chromeos) {
-- if (is_official_build) {
-+ if (is_official_build && !is_bsd) {
- group("linux_symbols") {
- deps = [
- ":angle_egl_symbols",