mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
Exclude prebuilt object for Windows arm64 builds
This commit is contained in:
@@ -55,6 +55,8 @@ PRUNING_EXCLUDE_PATTERNS = [
|
||||
'components/language/content/browser/ulp_language_code_locator/geolanguage-data_rank0.bin',
|
||||
'components/language/content/browser/ulp_language_code_locator/geolanguage-data_rank1.bin',
|
||||
'components/language/content/browser/ulp_language_code_locator/geolanguage-data_rank2.bin',
|
||||
# Exclusion for required prebuilt object for Windows arm64 builds
|
||||
'third_party/crashpad/crashpad/util/misc/capture_context_win_arm64.obj',
|
||||
'third_party/icu/common/icudtl.dat', # Exclusion for ICU data
|
||||
# Exclusions for safe file extensions
|
||||
'*.ttf',
|
||||
|
||||
@@ -9727,7 +9727,6 @@ third_party/closure_compiler/compiler/compiler.jar
|
||||
third_party/crashpad/crashpad/handler/win/z7_test.dll
|
||||
third_party/crashpad/crashpad/snapshot/elf/elf_image_reader_fuzzer_corpus/crashpad_snapshot_test_both_dt_hash_styles.so
|
||||
third_party/crashpad/crashpad/snapshot/elf/elf_image_reader_fuzzer_corpus/ret42
|
||||
third_party/crashpad/crashpad/util/misc/capture_context_win_arm64.obj
|
||||
third_party/crashpad/crashpad/util/net/testdata/binary_http_body.dat
|
||||
third_party/depot_tools/ninja-linux32
|
||||
third_party/depot_tools/ninja-linux64
|
||||
|
||||
Reference in New Issue
Block a user