diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-07-30 20:39:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-07-30 20:39:39 +0000 |
commit | 2dd4dd29c063a32031fb5549616ba28e76310f0a (patch) | |
tree | 0427b26fe2d2bae71ff47102b5e646fdf927c022 /www/chromium/files/patch-content_shell_BUILD.gn | |
parent | devel/cdecl: update to 8.0. (diff) |
www/chromium: update to 84.0.4147.105
Submitted by: Matthias Wolf via GitHub
MFH: 2020Q3
Security: http://vuxml.freebsd.org/freebsd/9a447f78-d0f8-11ea-9837-e09467587c17.html
Security: http://vuxml.freebsd.org/freebsd/870d59b0-c6c4-11ea-8015-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_shell_BUILD.gn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index 9e5b6bdb5be3..6b4a3928ef91 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,7 +1,7 @@ ---- content/shell/BUILD.gn.orig 2020-05-13 18:40:32 UTC +--- content/shell/BUILD.gn.orig 2020-07-07 21:58:16 UTC +++ content/shell/BUILD.gn -@@ -90,7 +90,7 @@ static_library("content_shell_app") { - "//content/public/app:both", +@@ -227,7 +227,7 @@ static_library("content_shell_app") { + "//content/public/app", "//v8", ] - if (!is_fuchsia) { @@ -9,7 +9,7 @@ deps += [ "//components/crash/core/app", "//components/crash/core/app:test_support", -@@ -366,6 +366,13 @@ static_library("content_shell_lib") { +@@ -495,6 +495,13 @@ static_library("content_shell_lib") { ] deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ] } @@ -21,9 +21,9 @@ + ] + } - # 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 (enable_plugins) { + deps += [ +@@ -1070,7 +1077,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } |