merge: update to ungoogled-chromium 143.0.7499.40

This commit is contained in:
wukko
2025-12-03 23:19:47 +06:00
69 changed files with 1210 additions and 1180 deletions

View File

@@ -70,7 +70,7 @@ def _get_archive_writer(output_path, timestamp=None):
info = zipfile.ZipInfo.from_file(in_path, arc_path)
info.date_time = zip_date_time
with open(in_path, 'rb') as in_file:
output_archive.writestr(info, in_file.read())
output_archive.writestr(info, in_file.read(), zipfile.ZIP_DEFLATED, -1)
else:
output_archive.write(in_path, arc_path)

View File

@@ -40,7 +40,7 @@ CONTINGENT_PATHS = (
'third_party/updater/chromium_linux64_sans_iid/cipd/',
'tools/luci-go/',
'tools/resultdb/',
'tools/skia_goldctl/linux/',
'tools/skia_goldctl/',
# GCS sources
'buildtools/linux64-format/',
'third_party/blink/renderer/core/css/perftest_data/',
@@ -82,18 +82,26 @@ CONTINGENT_PATHS = (
'media/test/data/',
'native_client/src/trusted/service_runtime/testdata/',
'testing/libfuzzer/fuzzers/wasm_corpus/',
'third_party/blink/manual_tests/',
'third_party/blink/perf_tests/',
'third_party/boringssl/src/third_party/wycheproof_testvectors/',
'third_party/breakpad/breakpad/src/processor/testdata/',
'third_party/catapult/tracing/test_data/',
'third_party/dawn/test/',
'third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/',
'third_party/expat/src/testdata/',
'third_party/glslang/src/Test/',
'third_party/harfbuzz-ng/src/test/',
'third_party/libc++/src/test/std/',
'third_party/llvm/llvm/test/',
'third_party/openh264/src/res/',
'third_party/opus/tests/resources/',
'third_party/ots/src/tests/fonts/',
'third_party/rust-src/src/gcc/gcc/testsuite/',
'third_party/rust-src/src/llvm-project/clang/test/',
'third_party/rust-src/src/llvm-project/llvm/test/',
'third_party/screen-ai/linux/resources/',
'third_party/sqlite/fuzz/',
'third_party/sqlite/src/test/',
'third_party/swiftshader/tests/regres/',
'third_party/test_fonts/test_fonts/',
@@ -110,18 +118,20 @@ CONTINGENT_PATHS = (
'third_party/android_platform/',
'third_party/angle/third_party/VK-GL-CTS/',
'third_party/apache-linux/',
'third_party/blink/manual_tests/',
'third_party/blink/perf_tests/',
'third_party/catapult/third_party/vinn/third_party/v8/',
'third_party/closure_compiler/',
'third_party/dawn/third_party/khronos/OpenGL-Registry/specs/',
'third_party/instrumented_libs/',
'third_party/llvm/',
'third_party/llvm-build/',
'third_party/libphonenumber/dist/resources/metadata/',
'third_party/llvm-build-tools/',
'third_party/llvm-build/',
'third_party/llvm/',
'third_party/node/linux/',
'third_party/rust-src/',
'third_party/rust-toolchain/',
'third_party/webgl/',
'third_party/blink/manual_tests/',
'third_party/blink/perf_tests/',
)
# Files that should be excluded when pruning contingent paths.