mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Take files out of preprocessing that no longer require it
This commit is contained in:
parent
0f9c957cb1
commit
4f0ac63dd9
7 changed files with 9 additions and 23 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue