зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ea3c3d0b50
Коммит
02a35de34e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче