mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #65 - Remove AppConstants from toolkit/components/passwordmgr
This commit is contained in:
parent
5b63deb851
commit
71eaa912b7
4 changed files with 20 additions and 18 deletions
|
|
@ -32,11 +32,11 @@ XPIDL_MODULE = 'loginmgr'
|
|||
EXTRA_COMPONENTS += [
|
||||
'crypto-SDR.js',
|
||||
'nsLoginInfo.js',
|
||||
'nsLoginManager.js',
|
||||
'nsLoginManagerPrompter.js',
|
||||
]
|
||||
|
||||
EXTRA_PP_COMPONENTS += [
|
||||
'nsLoginManager.js',
|
||||
'passwordmgr.manifest',
|
||||
]
|
||||
|
||||
|
|
@ -46,9 +46,10 @@ EXTRA_JS_MODULES += [
|
|||
'LoginManagerContent.jsm',
|
||||
'LoginManagerParent.jsm',
|
||||
'LoginRecipes.jsm',
|
||||
'OSCrypto.jsm',
|
||||
]
|
||||
|
||||
EXTRA_PP_JS_MODULES += ['OSCrypto.jsm']
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'Android':
|
||||
EXTRA_COMPONENTS += [
|
||||
'storage-mozStorage.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue