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