mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 579175, add services/sync to filter.py to get it exposed to l10n for real. Localizers, weave-l10n has these in services. a=beltzner
This commit is contained in:
parent
2732a9078d
commit
eea8656694
@ -3,7 +3,8 @@ def test(mod, path, entity = None):
|
||||
# ignore anyhting but Firefox
|
||||
if mod not in ("netwerk", "dom", "toolkit", "security/manager",
|
||||
"browser", "extensions/reporter", "extensions/spellcheck",
|
||||
"other-licenses/branding/firefox"):
|
||||
"other-licenses/branding/firefox",
|
||||
"services/sync"):
|
||||
return False
|
||||
if mod != "browser" and mod != "extensions/spellcheck":
|
||||
# we only have exceptions for browser and extensions/spellcheck
|
||||
|
Loading…
Reference in New Issue
Block a user