diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-05-02 09:31:57 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-05-03 08:19:08 +0200 |
commit | 3a9105aba46ced9c83c639b68492cbc60a04f255 (patch) | |
tree | 4a4b0b2860d8a8a749549985e960fcc1bd268f06 /www/chromium/files/patch-content_common_BUILD.gn | |
parent | security/vuxml: add www/*chromium < 113.0.5672.63 (diff) |
www/chromium: update to 113.0.5672.63
Approved by: rene (mentor, implicit)
Security: https://vuxml.freebsd.org/freebsd/246174d3-e979-11ed-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 99a604a89a18..8b66612226ea 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-04-05 11:05:06 UTC +--- content/common/BUILD.gn.orig 2023-04-28 17:01:32 UTC +++ content/common/BUILD.gn -@@ -432,6 +432,9 @@ if (is_linux || is_chromeos) { +@@ -430,6 +430,9 @@ if (is_linux || is_chromeos) { public = [ "set_process_title_linux.h" ] sources = [ "set_process_title_linux.cc" ] deps = [ "//base" ] @@ -10,7 +10,7 @@ } } -@@ -480,7 +483,7 @@ mojom("mojo_bindings") { +@@ -475,7 +478,7 @@ mojom("mojo_bindings") { if (enable_ipc_logging) { enabled_features += [ "ipc_logging" ] } |