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:
Axel Hecht 2010-07-30 11:07:42 +02:00
parent 2732a9078d
commit eea8656694

View File

@ -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