diff --git a/patches/macos/fix-dependency b/patches/macos/fix-dependency new file mode 100644 index 0000000..e7bf764 --- /dev/null +++ b/patches/macos/fix-dependency @@ -0,0 +1,11 @@ +--- a/chrome/BUILD.gn ++++ b/chrome/BUILD.gn +@@ -1212,8 +1212,6 @@ if (is_win) { + ":optimization_guide_library", + ":swiftshader_binaries", + ":widevine_cdm_library", +- "//chrome/browser/resources/media/mei_preload:component_bundle", +- "//components/privacy_sandbox/privacy_sandbox_attestations/preload:component_bundle", + ] + + if (is_chrome_branded) { diff --git a/patches/series b/patches/series index 09f0fd6..09e2d3b 100644 --- a/patches/series +++ b/patches/series @@ -11,3 +11,4 @@ ungoogled-chromium/macos/fix-runTsc-log-info.patch ungoogled-chromium/macos/no-unknown-warnings.patch ungoogled-chromium/macos/mark-remap_alloc-used.patch ungoogled-chromium/macos/re2-include-fix +macos/fix-dependency