ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.34k stars 823 forks source link

Update to Chromium 124.0.6367.201 #2850

Closed Ahrotahn closed 4 months ago

Ahrotahn commented 4 months ago

This PR updates to Chromium 124.0.6367.201.
There were no changes needed on our end.


Change log Blog post

Ahrotahn commented 4 months ago

I found one more missing dependency for anyone using ninja 1.12:

--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -605,6 +605,7 @@
     "//components/optimization_guide/optimization_guide_internals/webui:url_constants",
     "//components/password_manager/content/common",
     "//components/safe_browsing/core/common",
+    "//components/supervised_user/core/common:buildflags",
     "//device/vr/buildflags",
   ]
 }
networkException commented 4 months ago

Oop, two minutes faster than me

I'll approve and merge this once I have a build given that the release contains a fix for a zero day and that the diff is tiny.