diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-04-06 10:40:01 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-04-06 10:46:52 +0200 |
commit | 1227b53ed1c53ea13efeac2bfe3fae5532c529ec (patch) | |
tree | 551daaabc2287f94c3b2d7b59c0cc2a235156540 /www/chromium/files/patch-chrome_common_BUILD.gn | |
parent | Document new vulnerabilities in www/chromium < 89.0.4389.114 (diff) |
www/chromium: update to 89.0.4389.114
Submitted by: Matthias Wolf via github
Security: https://www.vuxml.org/freebsd/bddadaa4-9227-11eb-99c5-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-chrome_common_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_common_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_common_BUILD.gn b/www/chromium/files/patch-chrome_common_BUILD.gn index 71d13e7afb67..bde26f91de02 100644 --- a/www/chromium/files/patch-chrome_common_BUILD.gn +++ b/www/chromium/files/patch-chrome_common_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/common/BUILD.gn.orig 2021-01-18 21:28:52 UTC +--- chrome/common/BUILD.gn.orig 2021-03-12 23:57:19 UTC +++ chrome/common/BUILD.gn -@@ -247,6 +247,10 @@ static_library("common") { +@@ -251,6 +251,10 @@ static_library("common") { public_deps += [ "//ppapi/shared_impl" ] } @@ -11,7 +11,7 @@ if (enable_extensions) { sources += [ "extensions/api/commands/commands_handler.cc", -@@ -480,13 +484,21 @@ static_library("common") { +@@ -481,13 +485,21 @@ static_library("common") { public_deps += [ "//chrome/common/safe_browsing" ] } |