Files
brave-core/third_party/bspatch/visibility.gni
T
Michael HerrmannandMax Karolinskiy 49faa97bb6 Fix Windows delta updates (#31937)
Chromium 142 broke delta updates on Windows. This commit fixes them by
reverting upstream commits 13ca199c and a4d120da with a few patches,
vendored code and chromium_src overrides. The changes should affect the
browser Windows installer only, and not the Omaha update client.

Co-authored-by: Max Karolinskiy <max@brave.com>
2025-12-04 19:16:50 +01:00

7 lines
190 B
Plaintext

# bspatch is infrequently updated and rarely used. New additions to the below
# list should be scrutinized.
visibility = [
"//brave/third_party/bspatch",
"//chrome/installer/setup/*",
]