diff options
Diffstat (limited to 'www/chromium/files/patch-extensions_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-extensions_shell_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-extensions_shell_BUILD.gn b/www/chromium/files/patch-extensions_shell_BUILD.gn new file mode 100644 index 000000000000..7c0cc29f2729 --- /dev/null +++ b/www/chromium/files/patch-extensions_shell_BUILD.gn @@ -0,0 +1,11 @@ +--- extensions/shell/BUILD.gn.orig 2020-05-18 11:01:17 UTC ++++ extensions/shell/BUILD.gn +@@ -193,7 +193,7 @@ source_set("app_shell_lib") { + } + } + +- if (is_desktop_linux) { ++ if (is_desktop_linux && !is_bsd) { + sources += [ + "app/shell_crash_reporter_client.cc", + "app/shell_crash_reporter_client.h", |