aboutsummaryrefslogtreecommitdiff
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.gn22
1 files changed, 11 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn
index bd858193b96e..d9240fd207da 100644
--- a/www/chromium/files/patch-content_shell_BUILD.gn
+++ b/www/chromium/files/patch-content_shell_BUILD.gn
@@ -1,6 +1,6 @@
---- content/shell/BUILD.gn.orig 2021-07-19 18:45:16 UTC
+--- content/shell/BUILD.gn.orig 2021-09-24 04:26:06 UTC
+++ content/shell/BUILD.gn
-@@ -87,7 +87,7 @@ static_library("content_shell_app") {
+@@ -90,7 +90,7 @@ static_library("content_shell_app") {
"//content/web_test:web_test_renderer",
]
}
@@ -9,7 +9,7 @@
deps += [
"//components/crash/core/app",
"//components/crash/core/app:test_support",
-@@ -268,7 +268,7 @@ static_library("content_shell_lib") {
+@@ -275,7 +275,7 @@ static_library("content_shell_lib") {
if (is_fuchsia) {
deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ]
@@ -18,16 +18,16 @@
deps += [
"//components/crash/content/browser",
"//components/crash/core/app",
-@@ -523,7 +523,7 @@ if (is_android) {
- }
- }
-
-- if (is_win || is_linux || is_chromeos) {
-+ if ((is_win || is_linux || is_chromeos) && !is_bsd) {
+@@ -541,7 +541,7 @@ if (is_android) {
+ if (is_win) {
data_deps +=
[ "//third_party/crashpad/crashpad/handler:crashpad_handler" ]
+- } else if (is_linux || is_chromeos) {
++ } else if ((is_linux || is_chromeos) && !is_bsd) {
+ data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
}
-@@ -837,7 +837,7 @@ group("content_shell_crash_test") {
+
+@@ -848,7 +848,7 @@ group("content_shell_crash_test") {
mac_bin_path + "otool-classic",
]
}
@@ -36,7 +36,7 @@
data += [
"//components/crash/content/tools/generate_breakpad_symbols.py",
"//components/crash/content/tools/dmp2minidump.py",
-@@ -846,7 +846,7 @@ group("content_shell_crash_test") {
+@@ -857,7 +857,7 @@ group("content_shell_crash_test") {
if (is_win) {
data_deps += [ "//build/win:copy_cdb_to_output" ]
}