bug 1351657 - Stop shipping langGroups.properties as it is unused. r=florian

MozReview-Commit-ID: L601YNiOVBc

--HG--
extra : rebase_source : c1bf3647c41d2eee3738175d266ca52f80c14d74
This commit is contained in:
Dan Banner 2017-04-20 13:34:52 +01:00
Родитель d8477f9e65
Коммит a7f5988aec
3 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -254,8 +254,6 @@ var whitelist = new Set([
{file: "resource://gre/modules/addons/AddonLogging.jsm"},
// Bug 1351637
{file: "resource://gre/modules/sdk/bootstrap.js"},
// Bug 1351657
{file: "resource://gre/res/langGroups.properties", platforms: ["macosx"]},
].filter(item =>
("isFromDevTools" in item) == isDevtools &&

Просмотреть файл

@ -696,10 +696,6 @@
@RESPATH@/res/fonts/*
@RESPATH@/res/dtd/*
@RESPATH@/res/html/*
#if defined(XP_MACOSX)
; For SafariProfileMigrator.js.
@RESPATH@/res/langGroups.properties
#endif
@RESPATH@/res/language.properties
@RESPATH@/res/entityTables/*
#ifdef XP_MACOSX

Просмотреть файл

@ -78,7 +78,6 @@ LOCAL_INCLUDES += [
]
RESOURCE_FILES += [
'langGroups.properties',
'language.properties',
]