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>
11 lines
336 B
Python
11 lines
336 B
Python
include_rules = [
|
|
"+brave/third_party/bspatch",
|
|
"+chrome/common/chrome_paths.h",
|
|
"+chrome/installer/setup",
|
|
"+chrome/installer/util/lzma_util.h",
|
|
"+chrome/installer/util/installation_state.h",
|
|
"+chrome/installer/util/util_constants.h",
|
|
"+components/zucchini/zucchini.h",
|
|
"+components/zucchini/zucchini_integration.h",
|
|
]
|