blob: 1bf65fe32ff735aabe50d0d07e2067416e0d3077 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- extensions/shell/BUILD.gn.orig 2020-11-13 06:36:43 UTC
+++ extensions/shell/BUILD.gn
@@ -202,7 +202,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",
|