diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-10-23 04:29:32 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-10-23 04:29:32 +0000 |
commit | 40c48efc97e1692154f38e01ef1739bbef1e4728 (patch) | |
tree | 80245efab86b6f22f00a53b43568f0fd51edfb14 /www/chromium/files/patch-content_shell_BUILD.gn | |
parent | deskutils/ultralist: Update to 1.6.1 (diff) |
www/chromium: Update to version 85.0.4183.121
Submitted by: cem, rene
Obtained from: some patches from OpenBSD port
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_shell_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index 6b4a3928ef91..5c21cf76c0f1 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 2020-07-07 21:58:16 UTC +--- content/shell/BUILD.gn.orig 2020-09-08 19:14:05 UTC +++ content/shell/BUILD.gn -@@ -227,7 +227,7 @@ static_library("content_shell_app") { +@@ -226,7 +226,7 @@ static_library("content_shell_app") { "//content/public/app", "//v8", ] @@ -9,7 +9,7 @@ deps += [ "//components/crash/core/app", "//components/crash/core/app:test_support", -@@ -495,6 +495,13 @@ static_library("content_shell_lib") { +@@ -489,6 +489,13 @@ static_library("content_shell_lib") { ] deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ] } @@ -23,7 +23,7 @@ if (enable_plugins) { deps += [ -@@ -1070,7 +1077,7 @@ group("content_shell_crash_test") { +@@ -1066,7 +1073,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } |