mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
47 lines
1.5 KiB
Text
47 lines
1.5 KiB
Text
--- content/shell/BUILD.gn.orig 2021-07-15 19:13:39 UTC
|
|
+++ content/shell/BUILD.gn
|
|
@@ -87,7 +87,7 @@ static_library("content_shell_app") {
|
|
"//content/web_test:web_test_renderer",
|
|
]
|
|
}
|
|
- if (!is_fuchsia) {
|
|
+ if (!is_fuchsia && !is_bsd) {
|
|
deps += [
|
|
"//components/crash/core/app",
|
|
"//components/crash/core/app:test_support",
|
|
@@ -268,7 +268,7 @@ static_library("content_shell_lib") {
|
|
|
|
if (is_fuchsia) {
|
|
deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ]
|
|
- } else {
|
|
+ } else if (!is_bsd) {
|
|
deps += [
|
|
"//components/crash/content/browser",
|
|
"//components/crash/core/app",
|
|
@@ -522,7 +522,7 @@ if (is_android) {
|
|
}
|
|
}
|
|
|
|
- if (is_win || is_linux || is_chromeos) {
|
|
+ if ((is_win || is_linux || is_chromeos) && !is_bsd) {
|
|
data_deps +=
|
|
[ "//third_party/crashpad/crashpad/handler:crashpad_handler" ]
|
|
}
|
|
@@ -808,7 +808,7 @@ group("content_shell_crash_test") {
|
|
mac_bin_path + "otool-classic",
|
|
]
|
|
}
|
|
- if (is_posix) {
|
|
+ if (is_posix && !is_bsd) {
|
|
data += [
|
|
"//components/crash/content/tools/generate_breakpad_symbols.py",
|
|
"//components/crash/content/tools/dmp2minidump.py",
|
|
@@ -817,7 +817,7 @@ group("content_shell_crash_test") {
|
|
if (is_win) {
|
|
data_deps += [ "//build/win:copy_cdb_to_output" ]
|
|
}
|
|
- if (is_posix) {
|
|
+ if (is_posix && !is_bsd) {
|
|
data_deps += [
|
|
"//third_party/breakpad:dump_syms",
|
|
"//third_party/breakpad:minidump_stackwalk",
|