diff options
Diffstat (limited to 'www/chromium/files/patch-extensions_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-extensions_shell_BUILD.gn | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/chromium/files/patch-extensions_shell_BUILD.gn b/www/chromium/files/patch-extensions_shell_BUILD.gn deleted file mode 100644 index 18d0a4af0db5..000000000000 --- a/www/chromium/files/patch-extensions_shell_BUILD.gn +++ /dev/null @@ -1,31 +0,0 @@ ---- extensions/shell/BUILD.gn.orig 2021-12-31 00:57:34 UTC -+++ extensions/shell/BUILD.gn -@@ -206,16 +206,24 @@ source_set("app_shell_lib") { - } - - if (is_linux || is_chromeos_lacros) { -+ if (!is_bsd) { -+ sources += [ -+ "app/shell_crash_reporter_client.cc", -+ "app/shell_crash_reporter_client.h", -+ ] -+ } - sources += [ -- "app/shell_crash_reporter_client.cc", -- "app/shell_crash_reporter_client.h", - "browser/api/file_system/shell_file_system_delegate.cc", - "browser/api/file_system/shell_file_system_delegate.h", - ] -+ if (!is_bsd) { -+ deps += [ -+ "//components/crash/core/app", -+ "//components/crash/core/common", -+ ] -+ } - deps += [ - "//build:branding_buildflags", -- "//components/crash/core/app", -- "//components/crash/core/common", - "//components/upload_list", - "//components/version_info:generate_version_info", - ] |