mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 16:58:28 +00:00
Take files out of preprocessing that no longer require it
This commit is contained in:
@@ -21,12 +21,9 @@ XPIDL_MODULE = 'loginmgr'
|
||||
EXTRA_COMPONENTS += [
|
||||
'crypto-SDR.js',
|
||||
'nsLoginInfo.js',
|
||||
'nsLoginManagerPrompter.js',
|
||||
]
|
||||
|
||||
EXTRA_PP_COMPONENTS += [
|
||||
'nsLoginManager.js',
|
||||
'passwordmgr.manifest',
|
||||
'nsLoginManagerPrompter.js',
|
||||
'passwordmgr.manifest'
|
||||
]
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
|
||||
@@ -20,19 +20,17 @@ LOCAL_INCLUDES += ['../build']
|
||||
EXTRA_COMPONENTS += [
|
||||
'FormHistoryStartup.js',
|
||||
'nsFormAutoComplete.js',
|
||||
'nsFormHistory.js',
|
||||
'nsInputListAutoComplete.js',
|
||||
'satchel.manifest',
|
||||
]
|
||||
|
||||
EXTRA_PP_COMPONENTS += ['nsFormHistory.js']
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
'AutoCompletePopup.jsm',
|
||||
'FormHistory.jsm',
|
||||
'nsFormAutoCompleteResult.jsm',
|
||||
]
|
||||
|
||||
EXTRA_PP_JS_MODULES += ['FormHistory.jsm']
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
Reference in New Issue
Block a user