diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-10-12 13:15:31 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-10-12 13:38:44 +0200 |
commit | d948a7220610aa9275272322cdb079f59ebab6ed (patch) | |
tree | 9ec3f6ec0ab12875e841baa35e6fe8317de7f061 /www/chromium/files/patch-content_common_BUILD.gn | |
parent | lang/erlang-runtime26: update to version 26.1.2 (diff) |
www/chromium: update to 118.0.5993.70
Security: https://vuxml.freebsd.org/freebsd/07ee8c14-68f1-11ee-8290-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-content_common_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_common_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_common_BUILD.gn b/www/chromium/files/patch-content_common_BUILD.gn index b46e6a20d824..65f59d9ae84e 100644 --- a/www/chromium/files/patch-content_common_BUILD.gn +++ b/www/chromium/files/patch-content_common_BUILD.gn @@ -1,6 +1,6 @@ ---- content/common/BUILD.gn.orig 2023-09-13 12:11:42 UTC +--- content/common/BUILD.gn.orig 2023-10-11 18:22:24 UTC +++ content/common/BUILD.gn -@@ -433,6 +433,9 @@ if (is_linux || is_chromeos) { +@@ -435,6 +435,9 @@ if (is_linux || is_chromeos) { public = [ "set_process_title_linux.h" ] sources = [ "set_process_title_linux.cc" ] deps = [ "//base" ] @@ -10,7 +10,7 @@ } } -@@ -478,7 +481,7 @@ mojom("mojo_bindings") { +@@ -480,7 +483,7 @@ mojom("mojo_bindings") { if (enable_ipc_logging) { enabled_features += [ "ipc_logging" ] } |