Browse Source

lists: Update for 75.0.3770.80

Added binary pruning exclusions for GeoLanguage data
xsmile 4 years ago
parent
commit
874917a1ab
3 changed files with 1324 additions and 795 deletions
  1. 6 0
      devutils/update_lists.py
  2. 154 72
      domain_substitution.list
  3. 1164 723
      pruning.list

+ 6 - 0
devutils/update_lists.py

@@ -43,6 +43,12 @@ PRUNING_EXCLUDE_PATTERNS = [
     # Exclusions for DOM distiller (contains model data only)
     'components/dom_distiller/core/data/distillable_page_model_new.bin',
     'components/dom_distiller/core/data/long_page_model.bin',
+    # Exclusions for GeoLanguage data
+    # Details: https://docs.google.com/document/d/18WqVHz5F9vaUiE32E8Ge6QHmku2QSJKvlqB9JjnIM-g/edit
+    # Introduced with: https://chromium.googlesource.com/chromium/src/+/6647da61ef03f4faec45a31e8ef6d6e4968d87bd
+    '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',
     'third_party/icu/common/icudtl.dat', # Exclusion for ICU data
     # Exclusions for safe file extensions
     '*.ttf',

File diff suppressed because it is too large
+ 154 - 72
domain_substitution.list


File diff suppressed because it is too large
+ 1164 - 723
pruning.list


Some files were not shown because too many files changed in this diff