mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #65 - Remove AppConstants from toolkit/components/satchel
This commit is contained in:
parent
0cd01bac24
commit
d28907df2a
3 changed files with 29 additions and 26 deletions
|
|
@ -28,17 +28,19 @@ LOCAL_INCLUDES += [
|
|||
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