diff options
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
| -rw-r--r-- | www/chromium/files/patch-content_shell_BUILD.gn | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index 6a640a666c6a..9e5b6bdb5be3 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,29 @@ ---- content/shell/BUILD.gn.orig 2020-03-16 18:40:32 UTC +--- content/shell/BUILD.gn.orig 2020-05-13 18:40:32 UTC +++ content/shell/BUILD.gn -@@ -932,7 +932,7 @@ group("content_shell_crash_test") { +@@ -90,7 +90,7 @@ static_library("content_shell_app") { + "//content/public/app:both", + "//v8", + ] +- if (!is_fuchsia) { ++ if (!is_fuchsia && !is_bsd) { + deps += [ + "//components/crash/core/app", + "//components/crash/core/app:test_support", +@@ -366,6 +366,13 @@ static_library("content_shell_lib") { + ] + deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ] + } ++ if (is_bsd) { ++ deps -= [ ++ "//components/crash/content/browser", ++ "//components/crash/core/app", ++ "//components/crash/core/app:test_support", ++ ] ++ } + + # Annoyingly, this target and web_test_support have circular includes. + allow_circular_includes_from = [ "//content/test:web_test_support" ] +@@ -948,7 +955,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } |
