blob: 64ae3e401a453149c906c1e311a609c0e2cefce0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- components/crash/content/app/BUILD.gn.orig 2019-03-15 06:37:13 UTC
+++ components/crash/content/app/BUILD.gn
@@ -36,7 +36,7 @@ static_library("app") {
sources += [ "crashpad.cc" ]
}
- if (is_android || is_linux) {
+ if (is_android || is_linux && !is_bsd) {
# Want these files on both Linux and Android.
set_sources_assignment_filter([])
sources += [
@@ -73,8 +73,6 @@ static_library("app") {
"//content/public/common:content_descriptors",
"//content/public/common:result_codes",
"//sandbox",
- "//third_party/breakpad:client",
- "//third_party/crashpad/crashpad/snapshot",
]
# Clang's -mstackrealign doesn't work well with
|