summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_shell_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r--www/chromium/files/patch-content_shell_BUILD.gn49
1 files changed, 31 insertions, 18 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn
index 5c21cf76c0f1..2018bba2e725 100644
--- a/www/chromium/files/patch-content_shell_BUILD.gn
+++ b/www/chromium/files/patch-content_shell_BUILD.gn
@@ -1,29 +1,42 @@
---- content/shell/BUILD.gn.orig 2020-09-08 19:14:05 UTC
+--- content/shell/BUILD.gn.orig 2020-11-13 06:36:43 UTC
+++ content/shell/BUILD.gn
-@@ -226,7 +226,7 @@ static_library("content_shell_app") {
- "//content/public/app",
- "//v8",
- ]
+@@ -94,7 +94,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",
-@@ -489,6 +489,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",
-+ ]
-+ }
+@@ -253,7 +253,7 @@ static_library("content_shell_lib") {
- if (enable_plugins) {
+ if (is_fuchsia) {
+ deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ]
+- } else {
++ } else if (!is_bsd) {
deps += [
-@@ -1066,7 +1073,7 @@ group("content_shell_crash_test") {
+ "//components/crash/content/browser",
+ "//components/crash/core/app",
+@@ -505,7 +505,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" ]
+ }
+@@ -789,7 +789,7 @@ group("content_shell_crash_test") {
+ mac_bin_path + "otool",
+ ]
+ }
+- if (is_posix) {
++ if (is_posix && !is_bsd) {
+ data += [
+ "//components/crash/content/tools/generate_breakpad_symbols.py",
+ "//components/crash/content/tools/dmp2minidump.py",
+@@ -798,7 +798,7 @@ group("content_shell_crash_test") {
if (is_win) {
data_deps += [ "//build/win:copy_cdb_to_output" ]
}