Remove Safe Browsing and Sign-in entries from Preferences

Fixes #631
This commit is contained in:
Eloston
2019-11-25 12:21:04 +00:00
parent 20e5b95f72
commit 6cc874cfc8
6 changed files with 4253 additions and 18 deletions

View File

@@ -29,6 +29,11 @@ _ENCODING = 'UTF-8'
# pathlib.Path.match() paths to include in binary pruning
PRUNING_INCLUDE_PATTERNS = [
'components/domain_reliability/baked_in_configs/*',
# Removals for patches/core/ungoogled-chromium/remove-unused-preferences-fields.patch
'components/safe_browsing/common/safe_browsing_prefs.cc',
'components/safe_browsing/common/safe_browsing_prefs.h',
'components/signin/public/base/signin_pref_names.cc',
'components/signin/public/base/signin_pref_names.h',
]
# pathlib.Path.match() paths to exclude from binary pruning