diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-07-31 21:28:18 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-07-31 21:32:46 +0200 |
commit | acb70e06828437f68e8b00a43d9c10775f6e8f27 (patch) | |
tree | 1a3c08900779065836a1597da5b6ec9c87b44c1d /www/chromium/files/patch-content_app_BUILD.gn | |
parent | security/vuxml: add www/*chromium < 127.0.6533.88 (diff) |
www/chromium: update to 127.0.6533.88
This update also removes the --audio-backend command line switch
in favor of an actual setting in the browser that can be changed
at chrome://flags/#audio-backend
Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-content_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_app_BUILD.gn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn new file mode 100644 index 000000000000..58053dfa8f76 --- /dev/null +++ b/www/chromium/files/patch-content_app_BUILD.gn @@ -0,0 +1,15 @@ +--- content/app/BUILD.gn.orig 2024-07-30 11:12:21 UTC ++++ content/app/BUILD.gn +@@ -96,9 +96,9 @@ source_set("content_main_runner_app") { + "//chromeos/startup:constants", + ] + } +- if (build_tflite_with_xnnpack) { +- deps += [ "//third_party/cpuinfo" ] +- } ++# if (build_tflite_with_xnnpack) { ++# deps += [ "//third_party/cpuinfo" ] ++# } + } + + source_set("app") { |